Skip to content

Commit

Permalink
Update python-docs.yaml
Browse files Browse the repository at this point in the history
Fixing auto-doc build with s3
  • Loading branch information
ncilfone committed May 10, 2021
1 parent da396a7 commit f9bf3bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
- name: Install dependencies and dev dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install -e .[s3]
pip install -r DEV_REQUIREMENTS.txt
pip install -r S3_REQUIREMENTS.txt
- name: Build docs with Portray
env:
PYTHONPATH: .
Expand Down

0 comments on commit f9bf3bc

Please sign in to comment.