Skip to content

Commit

Permalink
Pass in the --run-forward flag in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
westonpace committed Sep 9, 2024
1 parent c89efd5 commit 1b1258d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Run forward compatibility tests
run: |
source venv/bin/activate
pytest python/tests/forward_compat
pytest python/tests/forward_compat --run-forward
# Make sure wheels are not included in the Rust cache
- name: Delete wheels
run: sudo rm -rf target/wheels
Expand Down

0 comments on commit 1b1258d

Please sign in to comment.