Skip to content

Commit 72b03cc

Browse files
committed
Use pandas 2.0.2 when available due to bug (pandas-dev/pandas#56131). Windows OS solution pending
1 parent fb1ea7b commit 72b03cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4040
- name: Test with pytest
4141
run: |
42-
if [[ "${{ matrix.python-version }}" > "3.7" ]]; then
42+
if [[ "${{ matrix.python-version }}" != "3.7" ]]; then
4343
pip install pandas==2.0.2
4444
fi
4545
pytest -m "not plotter" -s

0 commit comments

Comments
 (0)