Skip to content

Commit

Permalink
circle: install six
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Sep 15, 2023
1 parent c5f1382 commit 02c98bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
command: |
pip install -U pip
pip -V
pip install -U .[datastore,flask,tests] 'typing-extensions<4.6.0' 'git+https://github.com/snarfed/carbox.git#egg=carbox' 'git+https://github.com/snarfed/lexrpc.git#egg=lexrpc'
# TODO: remove six
# https://github.com/googleapis/python-ndb/issues/913
pip install -U .[datastore,flask,tests] six 'typing-extensions<4.6.0' 'git+https://github.com/snarfed/carbox.git#egg=carbox' 'git+https://github.com/snarfed/lexrpc.git#egg=lexrpc'
pip install coverage coveralls flake8
- run:
Expand Down

0 comments on commit 02c98bc

Please sign in to comment.