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 dd216a4 commit 54b62a9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/rust-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
run: cargo build --verbose
- name: Run Rust tests
run: cargo test --verbose
- name: Run Python tests
working-directory: ./tokengrams
run: |
- name: Build Python
run: |
python -m pip install --upgrade pip
pip install pytest hypothesis numpy maturin
maturin build
pytest --verbose
- name: Run Python tests
working-directory: ./tokengrams
run: pytest --verbose

0 comments on commit 54b62a9

Please sign in to comment.