diff --git a/.github/workflows/tox.yaml b/.github/workflows/tox.yaml index 73c9213..e908c16 100644 --- a/.github/workflows/tox.yaml +++ b/.github/workflows/tox.yaml @@ -17,8 +17,8 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - python -m pip install --upgrade pip - pip install -U codecov coveralls flake8 mypy pylint pytest tox + python3 -m pip install --upgrade pip + python3 -m pip install -U codecov coveralls flake8 mypy pylint pytest tox - name: Run Tox run: | - tox + python3 -m tox