We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74dd6e7 commit f08861cCopy full SHA for f08861c
1 file changed
.github/workflows/test.yml
@@ -47,14 +47,19 @@ jobs:
47
- name: Install uv
48
uses: astral-sh/setup-uv@v7
49
with:
50
+ activate-environment: "true"
51
enable-cache: "false"
52
53
+ - name: Install dependencies
54
+ run: |
55
+ uv sync --group test
56
+
57
- name: Run tests
58
run: |
59
git version
60
git tag -l --sort=-creatordate --merged
61
mkdir reports/
- uv run --group test coverage run -m pytest -m ${{ matrix.mark }}
62
+ coverage run -m pytest -m ${{ matrix.mark }}
63
64
- name: Upload coverage results
65
uses: actions/upload-artifact@v6
0 commit comments