Skip to content

Commit 1aee1d6

Browse files
committed
Fix GitHub actions tox testing
1 parent 94d6167 commit 1aee1d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: python -Im flit build --format wheel
4747

4848
- name: 🧪 Run tox targets for Python ${{ matrix.python }}
49-
run: tox -q --installpkg ./dist/*.whl
49+
run: tox -q --installpkg ./dist/*.whl
5050

5151
- name: ⬆️ Upload coverage data
5252
uses: actions/upload-artifact@v4

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ deps =
4141
extras = testing
4242
install_command = python -Im pip install -U {opts} {packages}
4343
commands =
44-
python -Im coverage run testmanage.py test --deprecation all {posargs: -v 2}
44+
python testmanage.py test --deprecation all {posargs: -v 2}
4545

4646

4747
[testenv:coverage-report]

0 commit comments

Comments
 (0)