Skip to content

Commit

Permalink
Fix ReadTheDocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 21, 2020
1 parent fb48429 commit c2c2536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- run: curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash -
# https://github.com/googleapis/google-api-python-client/issues/870
- run: pip install .[test] 'google-api-python-client!=1.8.1'
- run: pip install .[test]
- run: curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -
- env:
DATABASE_URL: postgresql://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
'psycopg2-binary',
'pydrive',
'requests',
# https://github.com/googleapis/google-api-python-client/issues/870
'google-api-python-client!=1.8.1',
],
extras_require={
'test': [
Expand Down

0 comments on commit c2c2536

Please sign in to comment.