Skip to content

Commit

Permalink
Ensure protobuf uses python implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed May 27, 2023
1 parent 460a8c7 commit c6e2907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
- name: Tests
env:
CI: "True"
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION: python
run: |
eval "export ${{ matrix.service_version }}"
py.test -m "${{ matrix.marker }} and not benchmark" --cov-report=xml --cov-branch --max-runs=3
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
- name: Tests
env:
CI: "True"
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION: python
run: |
py.test -m "${{ matrix.marker }}" --cov-report=xml --cov-branch --max-runs=3
- name: Upload coverage to Codecov
Expand Down

0 comments on commit c6e2907

Please sign in to comment.