Skip to content

Commit

Permalink
Update to latest mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi authored Jul 13, 2023
1 parent 0fba17f commit ee2b320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-condalock-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
- name: Update and show conda config
run: |
conda update -n base -c conda-forge conda
conda install -c conda-forge conda>=23.5.0
conda info
conda list
conda config --show-sources
conda config --show
conda install -c conda-forge mamba>=1.4.8
mamba --version
- name: Gather Python info
run: |
Expand Down

0 comments on commit ee2b320

Please sign in to comment.