Skip to content

Commit

Permalink
pandas 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Jul 31, 2023
1 parent 77ce5f3 commit 70544aa
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 @@ -42,7 +42,7 @@ jobs:
# to work with this Pandas version.
if: ${{ matrix.python-version }} == "3.8"
run: |
pip install pandas==0.18
pip install pandas==1.0
- name: Test that schema generation has no effect
run: |
python tools/generate_schema_wrapper.py
Expand Down

0 comments on commit 70544aa

Please sign in to comment.