Skip to content

Commit

Permalink
Update conda channels in GitHub Actions workflow to include "nodefaul…
Browse files Browse the repository at this point in the history
…ts".
  • Loading branch information
michaelaye committed Nov 27, 2024
1 parent fed436f commit 77b9577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
activate-environment: test_env
use-mamba: true
python-version: "3.9"
channels: conda-forge
channels: conda-forge,nodefaults
channel-priority: strict
auto-activate-base: false
conda-remove-defaults: true
Expand Down

0 comments on commit 77b9577

Please sign in to comment.