File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
- name : Install the project
27
27
run : uv sync --dev
28
28
29
- - name : Install the project
30
- run : make install
31
-
32
29
- name : Run tests
33
- run : make test
30
+ run : uv run inv pytest --junit --no-pty --base
31
+
32
+ - name : Run isolated tests
33
+ run : uv run inv pytest --junit --no-pty --isolated
Original file line number Diff line number Diff line change 26
26
with :
27
27
python-version : ${{ matrix.python-version }}
28
28
- name : Install the project
29
- run : uv sync --docs
29
+ run : uv sync --group docs
30
30
- name : MkDocs documentation build
31
31
run : uv run mkdocs build -s
Original file line number Diff line number Diff line change 21
21
with :
22
22
python-version : 3.13
23
23
- name : Install the project
24
- run : uv sync --validate
24
+ run : uv sync --group validate
25
25
- name : Run mypy static type checker
26
26
run : uv run mypy .
You can’t perform that action at this time.
0 commit comments