Skip to content

Commit 96ed302

Browse files
committed
Fix tests
1 parent 9c7159f commit 96ed302

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,21 @@ jobs:
4747
- name: Install uv
4848
uses: astral-sh/setup-uv@v7
4949
with:
50-
activate-environment: "true"
5150
enable-cache: "false"
5251

5352
- name: Install dependencies
5453
run: |
5554
uv sync --group test
56-
uv pip install -e .
5755
58-
- name: Run tests
56+
- name: Git info
5957
run: |
6058
git version
6159
git tag -l --sort=-creatordate --merged
60+
61+
- name: Run tests
62+
run: |
6263
mkdir reports/
64+
source .venv/bin/activate
6365
coverage run -m pytest -n auto -m ${{ matrix.mark }}
6466
6567
- name: Upload coverage results

0 commit comments

Comments
 (0)