Skip to content

Commit

Permalink
install protobuf from source
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandInguva committed Oct 11, 2022
1 parent 8288f55 commit 2aa434a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
python-version: ${{ matrix.params.py_ver }}
- name: Get build dependencies
working-directory: ./sdks/python
run: pip install -r build-requirements.txt
run: pip install -r build-requirements.txt --no-binary=protobuf
- name: Install tox
run: pip install tox
- name: Run tests basic unix
Expand Down

0 comments on commit 2aa434a

Please sign in to comment.