Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Sep 23, 2024
1 parent 44ec9e8 commit 4a53f0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
python-version: [ "3.8", "3.11", "3.12" ]
python-version: [ "3.11"]

steps:
- name: Checkout
Expand Down Expand Up @@ -45,6 +45,8 @@ jobs:
jlpm run build
python -m pip install .[test]
jupyter server extension list
jupyter server extension list 2>&1 | grep -ie "tvbextunicore.*OK"
jupyter labextension list 2>&1 | grep -ie "tvb-ext-unicore.*OK"
python -m jupyterlab.browser_check
Expand Down

0 comments on commit 4a53f0e

Please sign in to comment.