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.
2 parents dcecd97 + a3915f6 commit 63e5aabCopy full SHA for 63e5aab
.github/workflows/deploy.yml
@@ -21,7 +21,6 @@ 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