We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7da2f commit 62cf256Copy full SHA for 62cf256
.github/workflows/buildutils.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Install dependencies
27
run: |
28
- python -m pip install -U "jupyterlab>=4.0.0a24,<5" jupyter_packaging~=0.10
+ python -m pip install -U "jupyterlab>=4.0.0a24,<5" tbump
29
jlpm
30
jlpm run build
31
@@ -80,6 +80,6 @@ jobs:
80
81
82
83
- python -m pip install -U "jupyterlab>=4.0.0a24,<5" jupyter_packaging~=0.10 pip
+ python -m pip install -U "jupyterlab>=4.0.0a24,<5" pip
84
85
0 commit comments