diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0cbe44a..50c7923 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,7 @@ jobs: with: python-version: ${{ matrix.python.version }} - name: Install dependencies - run: pip3 install tox pytest-github-actions-annotate-failures + run: pip install tox - name: Run tests env: TOXENV: ${{ matrix.python.toxenv }} @@ -69,7 +69,7 @@ jobs: with: python-version: "3.10" - name: Install dependencies - run: pip install tox pytest-github-actions-annotate-failures + run: pip install tox - name: Run tests env: TOXENV: ${{ matrix.toxenv }} @@ -90,7 +90,7 @@ jobs: with: python-version: "3.10" - name: Install dependencies - run: pip install tox pytest-github-actions-annotate-failures + run: pip install tox - name: Run tests env: PY_COLORS: 1 |
