File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,23 +18,23 @@ jobs:
1818 python-version : ["3.11", "3.12"]
1919
2020 steps :
21- - name : Check out repository
22- uses : actions/checkout@v4
23-
24- - name : Install uv
25- uses : astral-sh/setup-uv@v5
26- with :
27- enable-cache : true
28- cache-dependency-glob : " uv.lock"
29-
30- - name : Set up Python ${{ matrix.python-version }}
31- uses : actions/setup-python@v5
32- with :
33- python-version : ${{ matrix.python-version }}
34-
35- - name : Install project
36- run : uv sync --frozen --only-group test
37-
38- - name : Run tests
39- run : |
40- uv run pytest tests
21+ - name : Check out repository
22+ uses : actions/checkout@v4
23+
24+ - name : Install uv
25+ uses : astral-sh/setup-uv@v5
26+ with :
27+ enable-cache : true
28+ cache-dependency-glob : " uv.lock"
29+
30+ - name : Set up Python ${{ matrix.python-version }}
31+ uses : actions/setup-python@v5
32+ with :
33+ python-version : ${{ matrix.python-version }}
34+
35+ - name : Install project
36+ run : uv sync --frozen --only-group test
37+
38+ - name : Run tests
39+ run : |
40+ uv run pytest tests
You can’t perform that action at this time.
0 commit comments