-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e64808a
commit 78a6680
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,8 @@ jobs: | |
ssh-agent sh -c 'echo "${{ secrets.ZONOPY_KEY }}" | ssh-add - && git clone [email protected]:roahmlab/zonopy.git' | ||
cd zonopy && pip install -e . && cd .. | ||
ssh-agent sh -c 'echo "${{ secrets.ZONOPYROB_KEY }}" | ssh-add - && git clone [email protected]:roahmlab/zonopy-robots.git' | ||
cd zonopy-robots && pip install -e . && cd .. | ||
pip install -e . | ||
cd zonopy-robots && pip install -e . --no-dependencies && cd .. | ||
pip install -e . --no-dependencies && cd .. | ||
- name: Sphinx build | ||
run: | | ||
sphinx-build docs/source docs/build | ||
|