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 0847c84 commit a24199aCopy full SHA for a24199a
.github/workflows/deploy.yml
@@ -1,4 +1,4 @@
1
-name: Build and Deploy
+name: Deploy JupyterLite
2
3
on:
4
push:
@@ -21,6 +21,7 @@ jobs:
21
- name: Install the dependencies
22
run: |
23
python -m pip install -r requirements.txt
24
+ python -m pip install .
25
- name: Build the JupyterLite site
26
27
cp README.md content
requirements.txt
@@ -27,4 +27,4 @@ ipympl>=0.8.2
ipycanvas>=0.9.1
28
29
# Python: ipynao library for Nao robot
30
-ipynao>=0.1.0
+# ipynao>=0.1.0
0 commit comments