We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4102356 + 2c4c819 commit adc2117Copy full SHA for adc2117
.github/workflows/python-package-conda.yml
@@ -69,7 +69,8 @@ jobs:
69
- name: Run Tests
70
run: |
71
${{ matrix.coverage && 'coverage run -m' || '' }} pytest -s -v
72
- ${{ matrix.coverage && 'coverage xml' || '' }}
+ ${{ matrix.coverage && 'coverage xml' || '' }}
73
+ continue-on-error: ${{ matrix.os == 'windows-latest' && matrix.mkl-version == '2024'}}
74
75
- name: Upload coverage
76
if: ${{ matrix.coverage }}
0 commit comments