Skip to content

Commit

Permalink
Fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Jan 9, 2025
1 parent ad9965e commit 1cdd6aa
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ jobs:
npm install
npm run build:pkg
- name: Mysterious hack to fix Type Error: Cannot read properties of undefined (reading .../jupyterlab/.pnp.cjs)
# Without a following step, it will be failed to build the jupyter lab extension by the below error
# Type Error Cannot read properties of undefined (reading .../jupyterlab/.pnp.cjs)
- name: Mysterious hack to fix the build error
working-directory: jupyterlab
run: yarn install

Expand Down
36 changes: 18 additions & 18 deletions standalone_app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1cdd6aa

Please sign in to comment.