Skip to content

Commit

Permalink
Fix Python package
Browse files Browse the repository at this point in the history
  • Loading branch information
barshaul committed Apr 30, 2024
1 parent b8f83e8 commit 63c0452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-python-wrapper/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
run: |
python3 -m ensurepip --upgrade || true
python3 -m pip install --upgrade pip
python3 -m pip install virtualenv mypy-protobuf
python3 -m pip install virtualenv mypy-protobuf --break-system-packages
- name: Generate protobuf files
shell: bash
Expand Down

0 comments on commit 63c0452

Please sign in to comment.