File tree Expand file tree Collapse file tree 3 files changed +16
-7
lines changed
Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 4444 with :
4545 path : " tests/samples/W3C_SVG_12_TinyTestSuite"
4646 key : " w3c-svg12-tinytestsuite-${{ matrix.python-version }}-${{ matrix.os }}"
47+ - name : " Install dependencies"
48+ run : uv pip install -e .[dev]
49+
4750 - name : " Run tests for ${{ matrix.python-version }}"
48- run : uv run --python ${{ matrix.python-version }} pytest
51+ run : pytest
Original file line number Diff line number Diff line change 4141 with :
4242 path : " tests/samples/W3C_SVG_12_TinyTestSuite"
4343 key : " w3c-svg12-tinytestsuite-${{ matrix.python-version }}-${{ matrix.os }}"
44+ - name : " Install dependencies"
45+ run : uv pip install -e .[dev]
46+
4447 - name : " Run tests for ${{ matrix.python-version }}"
45- run : uv run --python ${{ matrix.python-version }} pytest
48+ run : pytest
Original file line number Diff line number Diff line change @@ -43,13 +43,16 @@ jobs:
4343 with :
4444 path : " tests/samples/W3C_SVG_12_TinyTestSuite"
4545 key : " w3c-svg12-tinytestsuite-"
46+ - name : " Install dependencies"
47+ run : uv pip install -e .[dev]
48+
4649 - name : " Run tests for 3.9"
47- run : uv run --python 3.9 pytest
50+ run : pytest
4851 - name : " Run tests for 3.10"
49- run : uv run --python 3.10 pytest
52+ run : pytest
5053 - name : " Run tests for 3.11"
51- run : uv run --python 3.11 pytest
54+ run : pytest
5255 - name : " Run tests for 3.13"
53- run : uv run --python 3.13 pytest
56+ run : pytest
5457 - name : " Run tests for pypy-3.9"
55- run : uv run --python pypy-3.9 pytest
58+ run : pytest
You can’t perform that action at this time.
0 commit comments