Skip to content

Commit 565d017

Browse files
committed
Update with python
1 parent 556ffdf commit 565d017

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
@@ -111,7 +111,11 @@ jobs:
111111
- name: Install system ZeroMQ
112112
run: sudo apt-get update && sudo apt-get install -y libzmq3-dev
113113
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
114+
with:
115+
python-version: '3.11'
114116
- name: Install Python dependencies
117+
with:
118+
python-version: '3.11'
115119
run: |
116120
pip install ".[test]"
117121
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1

0 commit comments

Comments
 (0)