Skip to content

Commit 5c162e6

Browse files
committed
Fixup
1 parent 8457e0c commit 5c162e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
sudo rm -rf $(which node)
8080
sudo rm -rf $(which node)
8181
82-
pip install "jupyterlab>=4.0.0,<5" jupyter-bluetooth-manager*.whl
82+
pip install "jupyterlab>=4.0.0,<5" jupyter_bluetooth_manager*.whl
8383
8484
8585
jupyter labextension list
@@ -109,7 +109,7 @@ jobs:
109109
- name: Install the extension
110110
run: |
111111
set -eux
112-
python -m pip install "jupyterlab>=4.0.0,<5" jupyter-bluetooth-manager*.whl
112+
python -m pip install "jupyterlab>=4.0.0,<5" jupyter_bluetooth_manager*.whl
113113
114114
- name: Install dependencies
115115
working-directory: ui-tests

0 commit comments

Comments
 (0)