Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frostyfan109 committed Sep 19, 2024
1 parent 120ec91 commit 7c4104a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.10'
architecture: 'x64'
- uses: actions/download-artifact@v3
with:
Expand All @@ -84,7 +84,7 @@ jobs:
pip install "jupyterlab>=4.0.0,<5" eduhelx_jupyterlab_prof*.whl
jupyter server extension list --debug
jupyter server extension list
jupyter server extension list 2>&1 | grep -ie "eduhelx_jupyterlab_prof.*OK"
jupyter labextension list
Expand Down

0 comments on commit 7c4104a

Please sign in to comment.