Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/test-environment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: test
channels:
- conda-forge
- defaults
- nodefaults
dependencies:
# Base depends
- python
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ jobs:
add-pip-as-python-dependency: true
architecture: x64
mamba-version: "*"
channels: conda-forge, defaults
channels: conda-forge
conda-remove-defaults: true
auto-update-conda: true
show-channel-urls: true

Expand Down