From 62cf256ad25cb63a0fc4d0261d23967ca37fea68 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 17 May 2022 20:47:42 -0500 Subject: [PATCH] clean up workflows --- .github/workflows/buildutils.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildutils.yml b/.github/workflows/buildutils.yml index 7926b063338..530972205e5 100644 --- a/.github/workflows/buildutils.yml +++ b/.github/workflows/buildutils.yml @@ -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 @@ -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