Skip to content

CI: Strict channel Priority #43677

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Sep 22, 2021
3 changes: 2 additions & 1 deletion .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 1.3.x
pull_request:
branches:
- master
Expand Down Expand Up @@ -79,7 +80,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: pandas-dev
channel-priority: flexible
channel-priority: strict
environment-file: ${{ matrix.ENV_FILE }}
use-only-tar-bz2: true

Expand Down