We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7752bd3 commit 4dac9d9Copy full SHA for 4dac9d9
.github/workflows/ch07-packaging.yml
@@ -68,7 +68,7 @@ jobs:
68
python-version: ${{ matrix.python.version }}
69
70
- name: Install tox
71
- run: python -m install tox
+ run: python -m pip install tox
72
73
- name: Run pytest
74
run: tox -e ${{ matrix.python.toxenv }}
0 commit comments