Skip to content

Commit

Permalink
clean up workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed May 18, 2022
1 parent 0a7da2f commit 62cf256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildutils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install dependencies
run: |
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
jlpm
jlpm run build
Expand Down Expand Up @@ -80,6 +80,6 @@ jobs:

- name: Install dependencies
run: |
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
jlpm
jlpm run build

0 comments on commit 62cf256

Please sign in to comment.