We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4ca69 commit 4a0dbf1Copy full SHA for 4a0dbf1
.github/workflows/release.yml
@@ -33,9 +33,8 @@ jobs:
33
34
- name: Run unit tests with uv
35
run: |
36
- mkdir -p reports/pytest-uv
37
export SKIP_RASCHII_COMPILATION_TESTS=1
38
- uv run pytest -W error -v tests/ --durations=10 --junitxml=reports/pytest-uv/py3.xml
+ uv run pytest -W error -v tests/
39
40
- name: Build wheel file
41
run: uv build
0 commit comments