Skip to content

Commit

Permalink
[PATCH] Move Maturin build to Tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Diapolo10 committed Oct 27, 2023
1 parent 8cd506d commit 23418fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
poetry run pip install --upgrade pip setuptools
poetry install --with dev,tests
poetry run maturin develop
# poetry run maturin develop

- name: Run Tox (Pytest + Coverage)
run: |
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ allowlist_externals = poetry
commads_pre =
poetry install --with dev,tests --no-root --sync
poetry run maturin develop
commands =
poetry run pytest
Expand Down

0 comments on commit 23418fc

Please sign in to comment.