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 a5b6586 commit cc6ea9bCopy full SHA for cc6ea9b
.github/workflows/test.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Install pandas-stubs and run tests on the installed stubs
53
run: poetry run poe test_dist
54
55
- - if: matrix.python-version == '3.8' && matrix.os == 'ubuntu-latest'
+ - if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
56
name: Run pytest (against pandas nightly)
57
run: |
58
poetry run poe pytest --nightly
0 commit comments