Skip to content

Commit

Permalink
CI: Remove defaults channel
Browse files Browse the repository at this point in the history
  • Loading branch information
oyamad committed Nov 10, 2024
1 parent 8c6a933 commit fb3edad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci_np2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
miniforge-version: latest
environment-file: environment_np2.yml
python-version: 3.12
channels: conda-forge
conda-remove-defaults: "true"
auto-activate-base: false
use-only-tar-bz2: true
activate-environment: qe
Expand Down
1 change: 0 additions & 1 deletion environment_np2.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: qe
channels:
- conda-forge
- defaults
dependencies:
- coverage
- numpy>=2
Expand Down

0 comments on commit fb3edad

Please sign in to comment.