Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/test_tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ on:
paths:
- .github/workflows/tox.yml
- .github/workflows/test_tox.yml
- pyproject.toml
- tox.ini
pull_request:
paths:
- .github/workflows/tox.yml
- .github/workflows/test_tox.yml
- pyproject.toml
- tox.ini

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ commands = ruff check .
[testenv:py3{10,11,12}{,-conda}]
description = run pytest
skip_install = false
extras = test
dependency_groups = test
conda_deps = pytest
commands =
conda: python -c "import os, sys; assert os.path.exists(os.path.join(sys.prefix, 'conda-meta', 'history'))"
Expand Down
Loading