diff --git a/.github/workflows/tox_pytests.yml b/.github/workflows/tox_pytests.yml index 58e50b5..59a7418 100644 --- a/.github/workflows/tox_pytests.yml +++ b/.github/workflows/tox_pytests.yml @@ -27,8 +27,8 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -e .[test,tox] - pip install tox-gh-actions + python -m pip install -e .[test,tox] + python -m pip install tox-gh-actions - name: Test with tox run: tox