Skip to content

Commit 4dac9d9

Browse files
committed
Fix install command
1 parent 7752bd3 commit 4dac9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ch07-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
python-version: ${{ matrix.python.version }}
6969

7070
- name: Install tox
71-
run: python -m install tox
71+
run: python -m pip install tox
7272

7373
- name: Run pytest
7474
run: tox -e ${{ matrix.python.toxenv }}

0 commit comments

Comments
 (0)