8000 CI: explicitly include defaults channel · slivingston/Slycot@fd6be99 · GitHub
[go: up one dir, main page]

Skip to content

Commit fd6be99

Browse files
committed
CI: explicitly include defaults channel
Similar to changes from python-control/python-control#1129 python-control/python-control#1128
1 parent bbfe718 commit fd6be99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/slycot-build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ jobs:
179179
environment-file: .github/conda-env/build-env.yml
180180
miniforge-version: latest
181181
channel-priority: strict
182+
channels: defaults
182183
auto-update-conda: false
183184
auto-activate-base: false
184185
- name: Conda build
@@ -356,6 +357,7 @@ jobs:
356357
miniforge-version: latest
357358
activate-environment: test-env
358359
environment-file: slycot-src/.github/conda-env/test-env.yml
360+
channels: defaults
359361
channel-priority: strict
360362
auto-activate-base: false
361363
- name: Download conda packages

0 commit comments

Comments
 (0)
0