Skip to content

Commit

Permalink
debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
rkishony committed May 22, 2024
1 parent 773e49f commit 73ac41d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,17 @@ jobs:
python -m pip install .
python -m pip install jupyterlab==3.1
jupyter labextension list 2>&1 | grep -ie "pyquibbler-labextension.*OK"
echo "Listing Jupyter Lab Extensions"
jupyter labextension list
echo "Running Browser Check"
python -m jupyterlab.browser_check
echo "Building Wheel"
python -m pip wheel . -w ./dist --no-deps
- uses: actions/upload-artifact@v3
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: pyquibbler_labextension
path: ./pyquibbler-labextension/dist/*.whl
Expand Down

0 comments on commit 73ac41d

Please sign in to comment.