Skip to content

Commit 5b47a6c

Browse files
Backport PR pandas-dev#43677: CI: Strict channel Priority (pandas-dev#43698)
Co-authored-by: Thomas Li <[email protected]>
1 parent 3162b24 commit 5b47a6c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/database.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Database
22

33
on:
44
push:
5-
branches: [master]
5+
branches:
6+
- master
7+
- 1.3.x
68
pull_request:
79
branches:
810
- master
@@ -74,7 +76,7 @@ jobs:
7476
- uses: conda-incubator/setup-miniconda@v2
7577
with:
7678
activate-environment: pandas-dev
77-
channel-priority: flexible
79+
channel-priority: strict
7880
environment-file: ${{ matrix.ENV_FILE }}
7981
use-only-tar-bz2: true
8082

0 commit comments

Comments
 (0)