Skip to content

Commit ee73177

Browse files
committed
Update test_and_publish.yml
1 parent 68d1596 commit ee73177

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Test with pytest
3131
run: pytest tests --cov=dython --cov-branch --cov-report=xml
3232
- name: Upload coverage artifact
33+
if: matrix.version == '3.14' && matrix.platform == 'ubuntu-latest'
3334
uses: actions/upload-artifact@v4
3435
with:
3536
name: coverage-report

0 commit comments

Comments
 (0)