Skip to content

Commit 0ee22aa

Browse files
committed
Make strict
1 parent 1f731fa commit 0ee22aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
miniconda-version: "latest"
6161
python-version: ${{ matrix.python-version }}
6262
channels: conda-forge
63-
channel-priority: flexible
63+
channel-priority: strict
6464
auto-update-conda: true
6565

6666
- name: Force-update certifi and pip

.github/workflows/extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
miniconda-version: 'latest'
6565
python-version: ${{ matrix.python-version }}
6666
channels: conda-forge
67-
channel-priority: flexible
67+
channel-priority: strict
6868
auto-update-conda: true
6969

7070
- name: Force-update certifi

0 commit comments

Comments
 (0)