Skip to content

Commit

Permalink
Do not install pyarrow in mindeps-pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed May 7, 2024
1 parent aa9bf21 commit fb43405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ jobs:
- os: ubuntu-latest
environment: mindeps
label: pandas
extra_packages: [numpy=1.21, pandas=1.3, pyarrow=7, pyarrow-hotfix]
extra_packages: [numpy=1.21, pandas=1.3]
partition: "ci1"
- os: ubuntu-latest
environment: mindeps
label: pandas
extra_packages: [numpy=1.21, pandas=1.3, pyarrow=7, pyarrow-hotfix]
extra_packages: [numpy=1.21, pandas=1.3]
partition: "not ci1"

- os: ubuntu-latest
Expand Down

0 comments on commit fb43405

Please sign in to comment.