Skip to content

Commit 9e33dfb

Browse files
committed
Update notebook_ci.yml
1 parent 3b2217e commit 9e33dfb

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/notebook_ci.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,28 @@ on:
1414
- cron: '30 1 1,15 * *'
1515

1616
jobs:
17-
linux_py310:
17+
18+
linux_py311:
1819
runs-on: ubuntu-latest
1920

2021
steps:
2122
- uses: actions/checkout@v4
22-
- uses: actions/setup-python@v4
23+
- uses: actions/setup-python@v5
2324
with:
24-
python-version: '3.10'
25+
python-version: 3.11
2526
- run: sudo apt-get install pandoc
2627
- run: pip install -r ci/requirements_env.txt
2728
- run: pip install -r ci/requirements_ci.txt
2829
- run: python -m sphinx . _build/ -b html
2930

30-
linux_py311:
31+
linux_py312:
3132
runs-on: ubuntu-latest
3233

3334
steps:
3435
- uses: actions/checkout@v4
35-
- uses: actions/setup-python@v4
36+
- uses: actions/setup-python@v5
3637
with:
37-
python-version: '3.11'
38+
python-version: 3.12
3839
- run: sudo apt-get install pandoc
3940
- run: pip install -r ci/requirements_env.txt
4041
- run: pip install -r ci/requirements_ci.txt

0 commit comments

Comments
 (0)