Skip to content

Commit 48d84dc

Browse files
committed
Remove PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION for faster CI
1 parent 44e058e commit 48d84dc

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/sonar.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ jobs:
1717

1818
- run: pip install -r requirements.txt
1919

20-
- run: pip install -e .[dev]
20+
- run: pip install -e ".[dev]"
2121

2222
- run: pytest --cov=yoti_python_sdk yoti_python_sdk/tests --cov-report=xml:coverage-reports/coverage-new.xml
23-
env:
24-
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION: python
2523

2624
- run: sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' coverage-reports/coverage-new.xml
2725

.github/workflows/tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
- run: pip install -e .[dev]
2525

2626
- run: pytest -v
27-
env:
28-
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION: python
2927

3028
examples:
3129
name: Check Examples

0 commit comments

Comments
 (0)