Skip to content

Commit

Permalink
Turn of auto update conda
Browse files Browse the repository at this point in the history
only one of conda-version and auto-update-conda may be provided in CI
  • Loading branch information
analog-cbarber authored Oct 8, 2023
1 parent 8ea7acb commit 1b28b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
with:
miniforge-version: latest
conda-version: ">=23.7.4"
# auto-update-conda: true
conda-build-version: ">=3.26"
environment-file: environment.yml
activate-environment: whl2conda-dev
python-version: ${{ matrix.python-version }}
auto-activate-base: true
auto-update-conda: true
condarc-file: github-condarc.yml
use-mamba: true
- name: show conda versions
Expand Down

0 comments on commit 1b28b31

Please sign in to comment.