Skip to content

Commit

Permalink
disable conda update on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
giumas committed Oct 20, 2024
1 parent 8174c65 commit 70b2dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/abc2_on_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: setup-conda
uses: s-weigand/setup-conda@v1
with:
update-conda: true
update-conda: false
python-version: '3.11'
conda-channels: 'conda-forge'
- name: Install dependencies
Expand Down

0 comments on commit 70b2dcf

Please sign in to comment.