Skip to content

Commit

Permalink
fix the build.yml workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dou-du committed Aug 26, 2021
1 parent 8860fba commit e84f734
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
- name: Install node
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '15.x'
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
architecture: 'x64'
- name: Install dependencies
run: python -m pip install jupyterlab
run: python -m pip install --upgrade jupyterlab
- name: Build the extension
run: |
jlpm
Expand All @@ -35,7 +35,6 @@ jobs:
python -m build --sdist
cp dist/*.tar.gz myextension.tar.gz
pip uninstall -y myextension jupyterlab
popd
rm -rf myextension
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit e84f734

Please sign in to comment.