Skip to content

Commit

Permalink
Use pandas 2.0.2 when available due to bug (pandas-dev/pandas#56131).…
Browse files Browse the repository at this point in the history
… Windows OS solution pending
  • Loading branch information
druzm committed Feb 5, 2024
1 parent fb1ea7b commit 72b03cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
if [[ "${{ matrix.python-version }}" > "3.7" ]]; then
if [[ "${{ matrix.python-version }}" != "3.7" ]]; then
pip install pandas==2.0.2
fi
pytest -m "not plotter" -s

0 comments on commit 72b03cc

Please sign in to comment.