diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 993ab784..9eda7223 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -19,8 +19,8 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - python -m pip install --upgrade pip - pip install tox tox-gh-actions - pip install -e . + python3 -m pip install --upgrade pip + python3 -m pip install tox tox-gh-actions + python3 -m pip install -e . - name: Test with tox run: tox