Skip to content

Commit f1d1e9c

Browse files
committed
Update coverage workflow for Tox 4
1 parent 66a738c commit f1d1e9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverage.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ jobs:
2727
run: python -m pip install -U pip tox pytest-cov
2828

2929
- name: Run Tox
30-
run: tox --sitepackages -e py -- -vv
30+
run: tox -e py -- -vv
3131
env:
3232
PYTEST_ADDOPTS: "--cov ./ --cov-append --cov-config pyproject.toml"
33+
VIRTUALENV_SYSTEM_SITE_PACKAGES: "1"
3334

3435
- name: codecov
3536
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)