Skip to content

Commit cbbc3aa

Browse files
committed
ignore docstring tests in test-builds-arch
1 parent 9154a01 commit cbbc3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ jobs:
442442
python3 -m pip install -U pip typing-extensions
443443
python3 -m pip install -r tests/requirements.txt
444444
python3 -m pip install pydantic-core --no-index --no-deps --find-links dist --force-reinstall
445-
python3 -m pytest
445+
python3 -m pytest --ignore=tests/test_docstrings.py
446446
python3 -c 'import pydantic_core._pydantic_core; print(pydantic_core._pydantic_core.__version__)'
447447
448448
test-builds-os:

0 commit comments

Comments
 (0)