Skip to content

Commit

Permalink
CI: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Sep 16, 2024
1 parent 7aa5dfd commit f08f91b
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 @@ -92,6 +92,6 @@ jobs:
- run: |
mkdir -p dist
maturin build --release --interpreter python --out .
pip install navis_fastcore-0.0.5-cp39-abi3-win_amd64.whl
pip install navis_fastcore-0.0.6-cp39-abi3-win_amd64.whl
name: Install and test package
- run: pytest --verbose

0 comments on commit f08f91b

Please sign in to comment.