File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 9999 run : hatch run test.py${{ matrix.python-version }}:test --junit-xml=junit.xml
100100
101101 - name : Run tests (v2)
102- # Temporary workaround until Pydantic 3.12 is released with Python 3.14 support
103- if : matrix.python-version != '3.14'
104102 run : hatch run v2-test.py${{ matrix.python-version }}:test --junit-xml=v2-junit.xml
105103
106104 - name : Run tests (CLI)
@@ -143,9 +141,7 @@ jobs:
143141 - ' 3.11'
144142 - ' 3.12'
145143 - ' 3.13'
146- # Temporarily excluded until Pydantic 3.12 is released with Python
147- # 3.14 support
148- # - '3.14'
144+ - ' 3.14'
149145
150146 steps :
151147 - name : Checkout code
@@ -169,6 +165,7 @@ jobs:
169165
170166 while IFS= read -r -d $'\0' file <&3; do
171167 cd "$(dirname "$file")"
168+ echo "Running example in $(pwd)"
172169 uv run --python ${{ matrix.python-version }} --group test pytest --junit-xml=junit.xml
173170 done 3< <(find "$(pwd)/examples" -name pyproject.toml -print0)
174171
You can’t perform that action at this time.
0 commit comments