Skip to content

Commit 90139eb

Browse files
committed
Request a single Python environment (the current default Python interpreter) for each GHA worker
1 parent f18776c commit 90139eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
with:
1717
python-version: ${{ matrix.python }}
1818
- run: pip install tox
19-
- run: tox
19+
- run: tox -e py

0 commit comments

Comments
 (0)