Skip to content

Commit

Permalink
ci: fix statement
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Oct 28, 2023
1 parent 6d73b3d commit 08ad198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
include:
- python-version: '3.8'
use-default-requirements: false
extra-pip-constraints: "-c constraints-test-minimal.txt numpy pyarrow"
extra-pip-constraints: "-c constraints-test-minimal.txt numpy pyarrow pytest pytest-cov pytest-xdist"

runs-on: ubuntu-22.04

Expand Down

0 comments on commit 08ad198

Please sign in to comment.