8000 CI: explicitly include defaults channel · python-control/python-control@3079721 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 3079721

Browse files
committed
CI: explicitly include defaults channel
This change is motivated by that of commit 814f414
1 parent 061749d commit 3079721

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/os-blas-test-matrix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
activate-environment: build-env
127127
environment-file: .github/conda-env/build-env.yml
128128
miniforge-version: latest
129+
channels: conda-forge,defaults
129130
channel-priority: strict
130131
auto-update-conda: false
131132
auto-activate-base: false
@@ -297,6 +298,7 @@ jobs:
297298
miniforge-version: latest
298299
activate-environment: test-env
299300
environment-file: .github/conda-env/test-env.yml
301+
channels: conda-forge,defaults
300302
channel-priority: strict
301303
auto-activate-base: false
302304
- name: Download conda packages

0 commit comments

Comments
 (0)
0