Skip to content

Commit 2f524fa

Browse files
committed
Reworking the gha matrix
1 parent 21168e5 commit 2f524fa

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/notebooks.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,15 @@ jobs:
1717
max-parallel: 12
1818
matrix:
1919
os: [Ubuntu-20.04, macOS-latest]
20-
python-version: [3.8, 3.9, "3.10"]
21-
toxenv: test
20+
include:
21+
- python-version: '3.8'
22+
toxenv: py38-test-oldestdeps
23+
24+
- python-version: '3.9'
25+
toxenv: py39-test
26+
27+
- python-version: '3.10'
28+
toxenv: py310-test
2229

2330
steps:
2431
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)