Skip to content

Commit 3510437

Browse files
authored
Force usage of conda-forge in CI
1 parent ac362c4 commit 3510437

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
python-version: "${{ matrix.python-version }}"
4040
environment-file: continuous_integration/environment.yaml
4141
activate-environment: test-environment
42+
channels: conda-forge
43+
conda-remove-defaults: true
44+
channel-priority: strict
4245

4346
- name: Install unstable dependencies
4447
if: matrix.experimental == true

0 commit comments

Comments
 (0)