We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8457e0c commit 5c162e6Copy full SHA for 5c162e6
1 file changed
.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
79
sudo rm -rf $(which node)
80
81
82
- pip install "jupyterlab>=4.0.0,<5" jupyter-bluetooth-manager*.whl
+ pip install "jupyterlab>=4.0.0,<5" jupyter_bluetooth_manager*.whl
83
84
85
jupyter labextension list
@@ -109,7 +109,7 @@ jobs:
109
- name: Install the extension
110
run: |
111
set -eux
112
- python -m pip install "jupyterlab>=4.0.0,<5" jupyter-bluetooth-manager*.whl
+ python -m pip install "jupyterlab>=4.0.0,<5" jupyter_bluetooth_manager*.whl
113
114
- name: Install dependencies
115
working-directory: ui-tests
0 commit comments