Skip to content

Commit

Permalink
disable conda auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
willdumm committed May 17, 2024
1 parent 49f0439 commit 34f4dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: ${{ matrix.python-version }}
channels: conda-forge,defaults,bioconda
auto-activate-base: false
auto-update-conda: true
auto-update-conda: false

- name: Test
shell: bash -l {0}
Expand Down

0 comments on commit 34f4dcc

Please sign in to comment.