Skip to content

Commit cb161a3

Browse files
committed
don't fail fast
1 parent 6e2f827 commit cb161a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414

1515
strategy:
1616
max-parallel: 5
17+
fail-fast: false
1718
matrix:
1819
python-version: ['3.7', '3.10']
1920
slycot: ["", "conda"]
@@ -24,6 +25,7 @@ jobs:
2425
- python-version: '3.10'
2526
slycot: conda
2627
pandas: conda
28+
cvxopt: conda
2729
array-and-matrix: 1
2830

2931
steps:

0 commit comments

Comments
 (0)