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 Feb 2, 2021
1 parent ed529e6 commit 341c407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,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 coverage coveralls
Expand Down

0 comments on commit 341c407

Please sign in to comment.