Skip to content

Commit

Permalink
add note and unpin conda-lock see what it grabs
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Jul 17, 2023
1 parent 53243cb commit 78ce11c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/create-condalock-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,17 @@ jobs:
conda list
conda config --show-sources
conda config --show
# setup-miniconda@v2 installs an old conda and mamba
# forcing a modern mamba updates both mamba and conda
conda install -c conda-forge mamba>=1.4.8
conda --version
mamba --version
- name: Gather Python info
run: |
which python
python --version
- name: Install conda-lock
run: mamba install -y -c conda-forge conda-lock==2.1.0
run: mamba install -y -c conda-forge conda-lock # >=2.1.0
- name: Check version of conda-lock
run: conda-lock --version
- name: Create conda lock file for linux-64
Expand Down

0 comments on commit 78ce11c

Please sign in to comment.