Skip to content

Commit

Permalink
ci: no-binary for pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Jul 1, 2024
1 parent 249e259 commit 5fc0b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Test
run: pytest
- name: Install polars and pandas
run: pip install '.[polars,pandas]'
run: pip install '.[polars,pandas]' --no-binary pandas
- name: Test
run: pytest
- name: Run examples
Expand Down

0 comments on commit 5fc0b63

Please sign in to comment.