Skip to content

Commit

Permalink
Adjust package name in build.yml also
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide authored Sep 23, 2024
1 parent 7229b1e commit f8c8ea5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
jlpm run build
python -m pip install .[test]
jupyter server extension list 2>&1 | grep -ie "tvbextunicore.*OK"
jupyter server extension list 2>&1 | grep -ie "tvb-ext-unicore.*OK"
jupyter labextension list 2>&1 | grep -ie "tvb-ext-unicore.*OK"
python -m jupyterlab.browser_check
Expand All @@ -70,7 +70,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: extension-artifacts-${{ matrix.python-version }}
path: dist/tvbextunicore*
path: dist/tvb-ext-unicore*
if-no-files-found: error

sonar_cloud:
Expand Down Expand Up @@ -122,8 +122,8 @@ jobs:
sudo rm -rf $(which node)
sudo rm -rf $(which node)
pip install "jupyterlab>=4.0.0,<5" tvbextunicore*.whl
pip install "jupyterlab>=4.0.0,<5" tvb-ext-unicore*.whl
jupyter server extension list 2>&1 | grep -ie "tvbextunicore.*OK"
jupyter server extension list 2>&1 | grep -ie "tvb-ext-unicore.*OK"
jupyter labextension list 2>&1 | grep -ie "tvb-ext-unicore.*OK"
python -m jupyterlab.browser_check --no-browser-test

0 comments on commit f8c8ea5

Please sign in to comment.