Skip to content

Commit 073dc9d

Browse files
committed
CI: more debug to get all jobs to run
1 parent 7c89e64 commit 073dc9d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/notebooks.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@ on:
99
- main
1010
schedule:
1111
- cron: '0 5 * * 1'
12+
workflow_dispatch:
1213

1314
jobs:
1415
tests:
1516
name: ${{ matrix.os }} ${{ matrix.name }}
1617
runs-on: ${{ matrix.os }}
1718
strategy:
18-
max-parallel: 12
19+
# Don't cancel jobs if one is failing
20+
fail-fast: false
1921
matrix:
20-
os: [Ubuntu-latest, macOS-latest]
22+
#os: [Ubuntu-latest, macOS-latest]
2123
include:
2224

2325
- python-version: '3.8'

0 commit comments

Comments
 (0)