Skip to content

Commit

Permalink
[PATCH] Another variant
Browse files Browse the repository at this point in the history
  • Loading branch information
Diapolo10 committed Oct 27, 2023
1 parent 23418fc commit 4f04200
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
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
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ ban-relative-imports = "all"
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py39, py310, py311, pypy3
envlist = py39, py310, py311, py312, pypy3
[gh-actions]
python =
Expand All @@ -237,9 +237,8 @@ python =
passenv = GITHUB_*
allowlist_externals = poetry
commads_pre =
poetry install --with dev,tests --no-root --sync
poetry run maturin develop
# commads_pre =
# poetry install --with dev,tests --no-root --sync
commands =
poetry run pytest
Expand Down

0 comments on commit 4f04200

Please sign in to comment.