Skip to content

Commit 7425846

Browse files
committed
updates CI
1 parent 57849d5 commit 7425846

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
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Run test suite
5252
run: |
53-
COV_CMD=$(if [ ${{ matrix.env }} == 3.12 ]; then echo "--cov=pytest_echo --cov-report=xml"; else echo ; fi)
53+
export 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:
5656
PYTEST_ADDOPTS: "-vv --durations=20"

0 commit comments

Comments
 (0)