Skip to content

Commit 57849d5

Browse files
committed
updates CI
1 parent 2c9298d commit 57849d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

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

5151
- name: Run test suite
52-
run:
52+
run: |
5353
COV_CMD=$(if [ ${{ matrix.env }} == 3.12 ]; then echo "--cov=pytest_echo --cov-report=xml"; else echo ; fi)
5454
tox run --skip-pkg-install -e ${{ matrix.env }} $COV_CMD
5555
env:

0 commit comments

Comments
 (0)