Skip to content

Commit 1fb1548

Browse files
committed
Enforce pandas version before testing due to bug in testing module
1 parent 5cc6d9d commit 1fb1548

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

+1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ jobs:
3939
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4040
- name: Test with pytest
4141
run: |
42+
pip install pandas==2.0.2
4243
pytest -m "not plotter" -s

0 commit comments

Comments
 (0)