We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e3b6b commit 363bdd8Copy full SHA for 363bdd8
.github/workflows/ci.yaml
@@ -44,6 +44,7 @@ jobs:
44
runs-on: ubuntu-latest
45
46
strategy:
47
+ fail-fast: false
48
matrix:
49
50
python: ['3.7.x', '3.8.x', '3.9.x']
@@ -85,6 +86,7 @@ jobs:
85
86
if [[ ${{matrix.install}} == 'all' ]]; then EXTRAS='[all]'; fi
87
if [[ ${{matrix.deps }} == 'pinned' ]]; then DEPS='-r ci/deps_pinned.txt'; fi
88
pip install .$EXTRAS $DEPS -r ci/utils.txt
89
+ pip install --upgrade --pre pandas==1.4.0rc0
90
91
- name: Cache datastes
92
run: python ci/cache_test_datasets.py
0 commit comments