File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 9
9
- main
10
10
schedule :
11
11
- cron : ' 0 5 * * 1'
12
+ workflow_dispatch :
12
13
13
14
jobs :
14
15
tests :
15
16
name : ${{ matrix.os }} ${{ matrix.name }}
16
17
runs-on : ${{ matrix.os }}
17
18
strategy :
18
- max-parallel : 12
19
+ # Don't cancel jobs if one is failing
20
+ fail-fast : false
19
21
matrix :
20
- os : [Ubuntu-latest, macOS-latest]
21
22
include :
22
23
23
24
- python-version : ' 3.8'
24
25
toxenv : py38-test-oldestdeps
25
26
name : with Python 3.8 and oldest versioned dependencies
27
+ os : ubuntu-latest
26
28
27
29
- python-version : ' 3.9'
28
30
toxenv : py39-test
29
31
name : with Python 3.9
32
+ os : ubuntu-latest
30
33
31
34
- python-version : ' 3.10'
32
35
toxenv : py310-test
33
36
name : with Python 3.10
37
+ os : macos-latest
34
38
35
39
- python-version : ' 3.11'
36
40
toxenv : py311-test-devdeps
37
41
name : with Python 3.11 with developer versioned dependencies
42
+ os : ubuntu-latest
38
43
39
44
steps :
40
45
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments