Skip to content

Commit

Permalink
maturin develop instead of maturin build
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Jun 3, 2024
1 parent 6302845 commit 549ca0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@ jobs:
- name: Build pyo3 bindings
run: |
poetry install
poetry run maturin build
poetry add target/wheels/*.whl
poetry run maturin develop
- name: Run python tests with coverage instrumentation
run: poetry run pytest --cov=./ --cov-report=xml
- name: Upload python coverage to codecov.io
Expand Down

0 comments on commit 549ca0e

Please sign in to comment.