Skip to content

Commit 849d38a

Browse files
authored
CI: Strict channel Priority (#43677)
1 parent 8b12cb6 commit 849d38a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/database.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- 1.3.x
78
pull_request:
89
branches:
910
- master
@@ -79,7 +80,7 @@ jobs:
7980
- uses: conda-incubator/setup-miniconda@v2
8081
with:
8182
activate-environment: pandas-dev
82-
channel-priority: flexible
83+
channel-priority: strict
8384
environment-file: ${{ matrix.ENV_FILE }}
8485
use-only-tar-bz2: true
8586

0 commit comments

Comments
 (0)