Skip to content

Commit

Permalink
Update python tests action
Browse files Browse the repository at this point in the history
  • Loading branch information
luciaquirke committed Sep 2, 2024
1 parent 23ad4f7 commit 9c85f6d
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 @@ -24,6 +24,6 @@ jobs:
run: |
mamba install -c conda-forge numpy pytest hypothesis maturin
maturin develop
maturin build
maturin build --feature python
python -m pip install --user ./target/wheels/tokengrams*.whl
pytest

0 comments on commit 9c85f6d

Please sign in to comment.