Skip to content

Commit

Permalink
Changed setup-miniconda action option 'activate-environment' to 'true…
Browse files Browse the repository at this point in the history
…' as indicated by the error in the CI
  • Loading branch information
atteggiani committed Oct 9, 2024
1 parent b45d5ec commit 8ae5e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
python-version: ${{ matrix.python-version }}
environment-file: .conda/env_build.yml
auto-activate-base: true
activate-environment: ""
activate-environment: true
auto-update-conda: false
show-channel-urls: true

Expand Down

0 comments on commit 8ae5e21

Please sign in to comment.