Skip to content

Commit 363bdd8

Browse files
Test pandas 1.4 release candidate
1 parent 77e3b6b commit 363bdd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545

4646
strategy:
47+
fail-fast: false
4748
matrix:
4849

4950
python: ['3.7.x', '3.8.x', '3.9.x']
@@ -85,6 +86,7 @@ jobs:
8586
if [[ ${{matrix.install}} == 'all' ]]; then EXTRAS='[all]'; fi
8687
if [[ ${{matrix.deps }} == 'pinned' ]]; then DEPS='-r ci/deps_pinned.txt'; fi
8788
pip install .$EXTRAS $DEPS -r ci/utils.txt
89+
pip install --upgrade --pre pandas==1.4.0rc0
8890
8991
- name: Cache datastes
9092
run: python ci/cache_test_datasets.py

0 commit comments

Comments
 (0)