Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 62cf256

Browse files
committedMay 18, 2022
clean up workflows
1 parent 0a7da2f commit 62cf256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/buildutils.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Install dependencies
2727
run: |
28-
python -m pip install -U "jupyterlab>=4.0.0a24,<5" jupyter_packaging~=0.10
28+
python -m pip install -U "jupyterlab>=4.0.0a24,<5" tbump
2929
jlpm
3030
jlpm run build
3131
@@ -80,6 +80,6 @@ jobs:
8080

8181
- name: Install dependencies
8282
run: |
83-
python -m pip install -U "jupyterlab>=4.0.0a24,<5" jupyter_packaging~=0.10 pip
83+
python -m pip install -U "jupyterlab>=4.0.0a24,<5" pip
8484
jlpm
8585
jlpm run build

0 commit comments

Comments
 (0)
Please sign in to comment.