Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
goodwanghan committed Jun 28, 2024
1 parent bebcfc6 commit 2c52e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_pd_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Install dependencies
run: make dev
- name: Install Pandas 1.3.5
run: pip install pandas==1.3.5 pyarrow==6.0.1
run: pip install pandas==1.3.5 pyarrow==6.0.1 "numpy<2"
- name: Test
run: make test

0 comments on commit 2c52e38

Please sign in to comment.