Skip to content

Commit

Permalink
fix: grpcio error when building in Python 3.14
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Vital <[email protected]>
  • Loading branch information
pvital committed Feb 27, 2025
1 parent 6e678a6 commit 0e000a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,11 @@ jobs:
steps:
- checkout
- check-if-tests-needed
- run:
name: Install binutils
command: |
apt-get update
apt-get -y install build-essential libssl-dev libffi-dev python3-dev
- pip-install-deps:
requirements: "tests/requirements-pre314.txt"
- run-tests-with-coverage-report
Expand Down

0 comments on commit 0e000a8

Please sign in to comment.