Skip to content

Commit

Permalink
try to fix circle breakage on installing grpcio by upgrading pip
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Jan 28, 2021
1 parent da44391 commit 584f899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -36,6 +36,7 @@ jobs:
apt-get install -y python3-venv python3-dev
python3 -m venv local3
. local3/bin/activate
pip install -U pip
pip install cython # avoids grpcio install bug (search _needs_stub)
pip install -U -r requirements.txt
pip install mox3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -8,7 +8,7 @@ git+https://github.com/snarfed/webmention-tools.git@python3#egg=webmentiontools
git+https://github.com/snarfed/oauth-dropins.git@master#egg=oauth_dropins
git+https://github.com/snarfed/granary.git@master#egg=granary
git+https://github.com/kylewm/mf2util.git@master#egg=mf2util
git+https://github.com/snarfed/html2text.git@all#egg=granary
git+https://github.com/snarfed/html2text.git@all#egg=html2text
cachetools~=4.2
gdata-python3~=3.0
google-cloud-error-reporting~=1.1.0
Expand Down

0 comments on commit 584f899

Please sign in to comment.