Skip to content

Commit

Permalink
Revert env var for protobuf implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed May 30, 2023
1 parent aa61e4e commit 9a98ac2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ 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: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ 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 9a98ac2

Please sign in to comment.