Skip to content

Commit 9f6f756

Browse files
committed
Use yarn directly instead of jlpm in packaging tests
1 parent 9ab567f commit 9f6f756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packaging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
python -m build
5656
- name: Build and link packages
5757
run: |
58-
jlpm install
59-
jlpm run build
58+
yarn install
59+
yarn run build
6060
- name: Build PyPI distributions for jupyterlab_widgets
6161
run: |
6262
cd jupyterlab_widgets

0 commit comments

Comments
 (0)