Skip to content

Commit a24199a

Browse files
committed
Install ipynao for jupyterlite
1 parent 0847c84 commit a24199a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Deploy
1+
name: Deploy JupyterLite
22

33
on:
44
push:
@@ -21,6 +21,7 @@ jobs:
2121
- name: Install the dependencies
2222
run: |
2323
python -m pip install -r requirements.txt
24+
python -m pip install .
2425
- name: Build the JupyterLite site
2526
run: |
2627
cp README.md content

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ ipympl>=0.8.2
2727
ipycanvas>=0.9.1
2828

2929
# Python: ipynao library for Nao robot
30-
ipynao>=0.1.0
30+
# ipynao>=0.1.0

0 commit comments

Comments
 (0)