We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556ffdf commit 565d017Copy full SHA for 565d017
.github/workflows/build.yml
@@ -111,7 +111,11 @@ jobs:
111
- name: Install system ZeroMQ
112
run: sudo apt-get update && sudo apt-get install -y libzmq3-dev
113
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
114
+ with:
115
+ python-version: '3.11'
116
- name: Install Python dependencies
117
118
119
run: |
120
pip install ".[test]"
121
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
0 commit comments