We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc6d9d commit 1fb1548Copy full SHA for 1fb1548
.github/workflows/python-package.yml
@@ -39,4 +39,5 @@ jobs:
39
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
40
- name: Test with pytest
41
run: |
42
+ pip install pandas==2.0.2
43
pytest -m "not plotter" -s
0 commit comments