Skip to content

Commit 546f9ea

Browse files
committed
use python 3.11 for check links
1 parent ffc8609 commit 546f9ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ jobs:
7979
runs-on: ubuntu-latest
8080
steps:
8181
- uses: actions/checkout@v4
82+
- name: Set up Python 3.11
83+
uses: actions/setup-python@v5
84+
with:
85+
python-version: '3.11'
8286
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
8387
- name: Install Python dependencies
8488
run: |

0 commit comments

Comments
 (0)