Skip to content

Commit 63e5aab

Browse files
Merge pull request #4 from jupyter-robotics/dev
Use first release version of ipynao
2 parents dcecd97 + a3915f6 commit 63e5aab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- name: Install the dependencies
2222
run: |
2323
python -m pip install -r requirements.txt
24-
python -m pip install .
2524
- name: Build the JupyterLite site
2625
run: |
2726
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)