Skip to content

Commit bbaf5fb

Browse files
committed
updates CI
1 parent 8f52d91 commit bbaf5fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ jobs:
4949
run: tox run -vv --notest --skip-missing-interpreters false -e ${{ matrix.env }}
5050

5151
- name: Run test suite
52-
run: |
53-
export COV_CMD=$(if [ ${{ matrix.env }} == 3.12 ]; then echo "--cov=pytest_echo --cov-report=xml"; else echo ; fi)
54-
tox run --skip-pkg-install -e ${{ matrix.env }} -- ${COV_CMD}
52+
run: tox run --skip-pkg-install -e ${{ matrix.env }}
5553
env:
5654
PYTEST_ADDOPTS: "-vv --durations=20"
5755
DIFF_AGAINST: HEAD

0 commit comments

Comments
 (0)