Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
luciaquirke committed Apr 4, 2024
1 parent 039d638 commit 58e366b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Run tests
run: cargo test --verbose
- name: Build Python
run: pip install .
run: maturin build
- name: Install Python tokengrams
run: pip install tokengrams
- name: Run Python tests
run: pytest --verbose

0 comments on commit 58e366b

Please sign in to comment.