Skip to content

Commit

Permalink
Avoid google-api-python-client==1.8.1 googleapis/google-api-python-cl…
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 20, 2020
1 parent 04d7d22 commit fb48429
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- run: curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash -
- run: pip install .[test]
# https://github.com/googleapis/google-api-python-client/issues/870
- run: pip install .[test] 'google-api-python-client!=1.8.1'
- 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
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Changelog
**Upgrade instructions:**

- Upgrade to 0.1.x if you have not already, and address any deprecation warnings. Then, upgrade to 0.2.x.
- Install alembic and SQLAlchemy separately, if used by the notebook.
- Install alembic and SQLAlchemy separately, if used in the notebook.

Added
~~~~~
Expand All @@ -19,7 +19,7 @@ Changed
~~~~~~~

- **Backwards-incompatible**: The methods deprecated in 0.1.x are removed.
- **Backwards-incompatible**: alembic, requests and SQLAlchemy are no longer installed.
- **Backwards-incompatible**: alembic and SQLAlchemy are no longer installed.

Fixed
~~~~~
Expand Down

0 comments on commit fb48429

Please sign in to comment.