File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -18,21 +18,21 @@ jobs:
1818 matrix :
1919 python-version : ["3.12"]
2020 os : [ubuntu-latest, macOS-latest]
21- steps :
22- - uses : actions/checkout@v4
21+ steps :
22+ - uses : actions/checkout@v4
2323
24- - name : Install uv
25- uses : astral-sh/setup-uv@v2
24+ - name : Install uv
25+ uses : astral-sh/setup-uv@v2
2626
27- - name : Set up Python
28- run : uv python install
27+ - name : Set up Python
28+ run : uv python install
2929
30- - name : Install the project
31- run : uv sync --all-extras --dev
30+ - name : Install the project
31+ run : uv sync --all-extras --dev
3232
33- - name : Run tests
34- # For example, using `pytest`
35- run : uv run pytest tests
33+ - name : Run tests
34+ # For example, using `pytest`
35+ run : uv run pytest tests
3636 # env:
3737 # POETRY_VIRTUALENVS_IN_PROJECT: true
3838 # steps:
You can’t perform that action at this time.
0 commit comments