We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4102356 commit 2c4c819Copy full SHA for 2c4c819
.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