Skip to content

Commit 2c4c819

Browse files
committed
continue on error for windows mkl=2024
fix snytax
1 parent 4102356 commit 2c4c819

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package-conda.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ jobs:
6969
- name: Run Tests
7070
run: |
7171
${{ matrix.coverage && 'coverage run -m' || '' }} pytest -s -v
72-
${{ matrix.coverage && 'coverage xml' || '' }}
72+
${{ matrix.coverage && 'coverage xml' || '' }}
73+
continue-on-error: ${{ matrix.os == 'windows-latest' && matrix.mkl-version == '2024'}}
7374

7475
- name: Upload coverage
7576
if: ${{ matrix.coverage }}

0 commit comments

Comments
 (0)