Skip to content

Commit 4a0dbf1

Browse files
committed
Cleanup pipeline
1 parent ef4ca69 commit 4a0dbf1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ jobs:
3333

3434
- name: Run unit tests with uv
3535
run: |
36-
mkdir -p reports/pytest-uv
3736
export SKIP_RASCHII_COMPILATION_TESTS=1
38-
uv run pytest -W error -v tests/ --durations=10 --junitxml=reports/pytest-uv/py3.xml
37+
uv run pytest -W error -v tests/
3938
4039
- name: Build wheel file
4140
run: uv build

0 commit comments

Comments
 (0)