Skip to content

Commit ffe09bc

Browse files
authored
Update pythonpackage.yml
1 parent bb9df91 commit ffe09bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
pytest tests/ --durations=10 --doctest-modules --junitxml=junit/test-results.xml --cov=dice_ml --cov-report=xml --cov-report=html
4545
- name: Publish Unit Test Results
4646
uses: EnricoMi/publish-unit-test-result-action/composite@v1
47-
if: always()
47+
if: ${{ (matrix.python-version == '3.8') && (matrix.os == 'ubuntu-latest') }}
4848
with:
4949
files: junit/test-results.xml
5050
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)