Skip to content

Commit

Permalink
Fix install test
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Nov 12, 2023
1 parent ff2babb commit e563a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
sudo rm -rf $(which node)
sudo rm -rf $(which node)
pip install --pre "jupyterlab>=4.1.0a3,<5" jupyterlab-transformers-completer*.whl
pip install --pre "jupyterlab>=4.1.0a3,<5" jupyterlab_transformers_completer*.whl
jupyter server extension list
jupyter server extension list 2>&1 | grep -ie "jupyterlab_transformers_completer.*OK"
Expand Down

0 comments on commit e563a68

Please sign in to comment.