Skip to content

Commit 7c89e64

Browse files
committed
CI: trying to get the full matrix to run
1 parent c86951b commit 7c89e64

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/notebooks.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,30 @@ on:
1111
- cron: '0 5 * * 1'
1212

1313
jobs:
14-
build:
14+
tests:
15+
name: ${{ matrix.os }} ${{ matrix.name }}
1516
runs-on: ${{ matrix.os }}
1617
strategy:
1718
max-parallel: 12
1819
matrix:
1920
os: [Ubuntu-latest, macOS-latest]
2021
include:
22+
2123
- python-version: '3.8'
2224
toxenv: py38-test-oldestdeps
25+
name: with Python 3.8 and oldest versioned dependencies
2326

2427
- python-version: '3.9'
2528
toxenv: py39-test
29+
name: with Python 3.9
2630

2731
- python-version: '3.10'
2832
toxenv: py310-test
33+
name: with Python 3.10
2934

3035
- python-version: '3.11'
3136
toxenv: py311-test-devdeps
37+
name: with Python 3.11 with developer versioned dependencies
3238

3339
steps:
3440
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)