Skip to content

Commit

Permalink
Try to fix ReadTheDocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 18, 2020
1 parent 76de13e commit 7cef744
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- run: curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash -
- run: pip install .[test]
- run: pip install .[test] gspread-dataframe
- 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
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
'flattentool',
'google-colab',
'gspread',
'gspread-dataframe',
# See https://github.com/robin900/gspread-dataframe/issues/23
# 'gspread-dataframe',
'psycopg2-binary',
'pydrive',
'requests',
Expand Down

0 comments on commit 7cef744

Please sign in to comment.