Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Nov 22, 2023
1 parent f040753 commit 737c0a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
extra-specs: |
python=3.9
jupyterlab=4
yarn=3
- name: Setup pip cache
uses: actions/cache@v2
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
shell: bash -l {0}
run: |
set -eux
yarn install
yarn dev
jupyter labextension list 2>&1 | grep -ie "jupytercad-core.*OK"
jupyter labextension list 2>&1 | grep -ie "jupytercad-lab.*OK"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Install Dependencies
run: |
pip install "jupyterlab>=4.0.0,<5"
npm install --global yarn@3
- name: Check Release
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2
with:
Expand Down

0 comments on commit 737c0a8

Please sign in to comment.