Skip to content

Commit cc6ea9b

Browse files
committed
run nightly on newest python
1 parent a5b6586 commit cc6ea9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install pandas-stubs and run tests on the installed stubs
5353
run: poetry run poe test_dist
5454

55-
- if: matrix.python-version == '3.8' && matrix.os == 'ubuntu-latest'
55+
- if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
5656
name: Run pytest (against pandas nightly)
5757
run: |
5858
poetry run poe pytest --nightly

0 commit comments

Comments
 (0)