We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e058e commit 48d84dcCopy full SHA for 48d84dc
.github/workflows/sonar.yaml
@@ -17,11 +17,9 @@ jobs:
17
18
- run: pip install -r requirements.txt
19
20
- - run: pip install -e .[dev]
+ - run: pip install -e ".[dev]"
21
22
- 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
25
26
- run: sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' coverage-reports/coverage-new.xml
27
.github/workflows/tests.yaml
@@ -24,8 +24,6 @@ jobs:
- run: pip install -e .[dev]
- run: pytest -v
28
29
30
examples:
31
name: Check Examples
0 commit comments