Skip to content

Commit

Permalink
Fix conda to 24.1.1 because of bug in 24.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daurer committed Mar 6, 2024
1 parent 9155c5d commit 57036dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
conda --version
- name: Change conda version
run: |
# There is a bug in the most recent version (24.1.2)
conda install conda=24.1.1
conda --version
- name: Install dependencies
run: |
# replace python version in core dependencies
Expand Down

0 comments on commit 57036dd

Please sign in to comment.