Skip to content

Commit

Permalink
Correct dependencies installation
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Dec 27, 2020
1 parent d3b9407 commit e8bc6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip pip install jupyterlab~=3.0
python -m pip install jupyterlab~=3.0 jupyter_packaging~=0.7.9 setuptools>=40.8.0 wheel twine
- name: Build and publish NPM package
run: |
jlpm
Expand Down

0 comments on commit e8bc6fd

Please sign in to comment.