Skip to content

Commit 8874e16

Browse files
committed
Remove python packages and add instalation of PA client
1 parent 86b2352 commit 8874e16

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/sphinx-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
run: make html
3434

3535
- name: Install dependencies for Python API docs
36-
run: pip install -r client/python/projectairsim/docs/requirements.txt
36+
run: |
37+
pip install -r client/python/projectairsim/docs/requirements.txt
38+
python -m pip install -e client/python/projectairsim
3739
3840
- name: Build Python API docs
3941
working-directory: client/python/projectairsim/docs
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
sphinx
22
sphinx_rtd_theme
3-
myst_parser
4-
cryptography
5-
wheel
6-
pytest
7-
pytest-cov
3+
myst_parser

0 commit comments

Comments
 (0)