Skip to content

Commit 4581651

Browse files
committed
Update installation command to use source distribution for ipylab
1 parent ba13150 commit 4581651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
sudo rm -rf $(which node)
6363
sudo rm -rf $(which node)
6464
65-
pip install ipylab*.whl
65+
pip install ipylab*.tar.gz
6666
6767
6868
jupyter labextension list

0 commit comments

Comments
 (0)