Skip to content

Commit

Permalink
modified: .github/workflows/build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MRYingLEE committed Dec 30, 2023
1 parent f5501c5 commit e23d767
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
- name: Install dependencies
run: python -m pip install -U jupyterlab~=4.0.9 check-manifest

- name: Install dependencies2
run: |
for f in ./*.whl; do pip install "$f"; done
# for f in ./*.tgz; do npm install "$f"; done
# - name: Install dependencies2
# run: |
# for f in ./*.whl; do pip install "$f"; done
# # for f in ./*.tgz; do npm install "$f"; done

- name: Build the extension
run: |
Expand Down

0 comments on commit e23d767

Please sign in to comment.