Skip to content

Commit 8fd9962

Browse files
authored
attempt to fix codecov upload (#138)
1 parent 7341032 commit 8fd9962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing-and-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
run: pytest -v tests/ --durations=0
201201

202202
- uses: codecov/codecov-action@v2
203-
if: ${{ runner.os == 'Linux' && runner.python-version == '3.9' }}
203+
if: ${{ runner.os == 'Linux' && matrix.python-version == '3.9' }}
204204
name: 'Upload coverage to Codecov'
205205

206206
- name: Upload wheel

0 commit comments

Comments
 (0)