Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbren12 committed Jun 1, 2024
1 parent 26d6e51 commit 37f38ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
apt-get update && apt-get install -y build-essential
python -m pip install --upgrade pip
pip install --no-build-isolation .[test]
pip install coverage
python setup.py build_ext --inplace
- name: Run tests
run: make unittest
- name: coverage
Expand Down

0 comments on commit 37f38ac

Please sign in to comment.