File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 48
48
- name : Run unit tests with pytest
49
49
run : |
50
50
source .venv/bin/activate
51
- pytest tests/unittests \
52
- --ignore=tests/unittests/artifacts/test_artifact_service.py \
53
-
6CEF
--ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py
51
+ if [[ "${{ matrix.python-version }}" == "3.9" ]]; then
52
+ pytest tests/unittests \
53
+ --ignore=tests/unittests/a2a \
54
+ --ignore=tests/unittests/artifacts/test_artifact_service.py \
55
+ --ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py
56
+ else
57
+ pytest tests/unittests \
58
+ --ignore=tests/unittests/artifacts/test_artifact_service.py \
59
+ --ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py
60
+ fi
You can’t perform that action at this time.
0 commit comments