We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac362c4 commit 3510437Copy full SHA for 3510437
.github/workflows/ci.yaml
@@ -39,6 +39,9 @@ jobs:
39
python-version: "${{ matrix.python-version }}"
40
environment-file: continuous_integration/environment.yaml
41
activate-environment: test-environment
42
+ channels: conda-forge
43
+ conda-remove-defaults: true
44
+ channel-priority: strict
45
46
- name: Install unstable dependencies
47
if: matrix.experimental == true
0 commit comments