Skip to content

Commit

Permalink
Keep renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Aug 29, 2024
1 parent 79b9771 commit f0374fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python -m pip install .[test]
jupyter labextension list
jupyter labextension list 2>&1 | grep -ie "resource_warning.*OK"
jupyter labextension list 2>&1 | grep -ie "notebooks-resource-warning.*OK"
python -m jupyterlab.browser_check
- name: Package the extension
Expand All @@ -45,13 +45,13 @@ jobs:
pip install build
python -m build
pip uninstall -y "resource_warning" jupyterlab
pip uninstall -y "notebooks-resource-warning" jupyterlab
- name: Upload extension packages
uses: actions/upload-artifact@v4
with:
name: extension-artifacts
path: dist/resource_warning*
path: dist/notebooks-resource-warning*
if-no-files-found: error

test_isolated:
Expand All @@ -74,11 +74,11 @@ jobs:
sudo rm -rf $(which node)
sudo rm -rf $(which node)
pip install "jupyterlab>=4.0.0,<5" resource_warning*.whl
pip install "jupyterlab>=4.0.0,<5" notebooks-resource-warning*.whl
jupyter labextension list
jupyter labextension list 2>&1 | grep -ie "resource_warning.*OK"
jupyter labextension list 2>&1 | grep -ie "notebooks-resource-warning.*OK"
python -m jupyterlab.browser_check --no-browser-test
Expand Down

0 comments on commit f0374fa

Please sign in to comment.