Skip to content

Commit

Permalink
Add pytest-rerunfailures
Browse files Browse the repository at this point in the history
  • Loading branch information
kounelisagis committed Feb 4, 2025
1 parent 3c6587a commit a210073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install test dependencies
run: pip install pytest hypothesis psutil pyarrow
run: pip install pytest pytest-rerunfailures hypothesis psutil pyarrow

- name: Run tests
shell: bash
Expand Down

0 comments on commit a210073

Please sign in to comment.