Skip to content

Commit

Permalink
Update python-docs.yaml
Browse files Browse the repository at this point in the history
Fixing missing tune deps
  • Loading branch information
ncilfone committed Aug 13, 2021
1 parent 0fd04e9 commit 1183b8b
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 @@ -27,9 +27,11 @@ jobs:
- name: Install dependencies and dev dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[s3]
pip install -e .[s3, tune]
pip install -r ./requirements/DEV_REQUIREMENTS.txt
pip install -r ./requirements/S3_REQUIREMENTS.txt
pip install -r ./requirements/TUNE_REQUIREMENTS.txt
pip install -r ./requirements/TEST_EXTRAS_REQUIREMENTS.txt
- name: Build docs with Portray
env:
Expand Down

0 comments on commit 1183b8b

Please sign in to comment.