diff options
| author | Nejc Habjan <nejc.habjan@siemens.com> | 2022-08-22 21:01:50 +0200 |
|---|---|---|
| committer | John Villalovos <john@sodarock.com> | 2022-08-22 13:28:06 -0700 |
| commit | f67514e5ffdbe0141b91c88366ff5233e0293ca2 (patch) | |
| tree | 955b13daa11cdf6713198f4b1e20f4568060c1b7 /.github | |
| parent | cdd6efef596a1409d6d8a9ea13e04c943b8c4b6a (diff) | |
| download | gitlab-f67514e5ffdbe0141b91c88366ff5233e0293ca2.tar.gz | |
chore(ci): make pytest annotations work
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 |
