Skip to content

Commit

Permalink
put pandas 0.25.3 back in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Jul 3, 2024
1 parent 7212a4f commit 7312f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# Python 3.8 wheels, so only run this job for Python 3.8
if: ${{ matrix.python-version == '3.8' }}
run: |
pip install pandas==1.1.5 numpy==1.17.5
pip install pandas==0.25.3 numpy==1.17.5
- name: Test that schema generation has no effect
run: |
python tools/generate_schema_wrapper.py
Expand Down

0 comments on commit 7312f25

Please sign in to comment.