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 ea27d63 commit f853beaCopy full SHA for f853bea
.github/workflows/test.yml
@@ -74,7 +74,7 @@ jobs:
74
with:
75
limit-access-to-actor: true
76
- name: Install Dependencies
77
- run: uv sync --no-dev --no-build --group tests
+ run: uv sync --no-dev --group tests
78
- run: mkdir coverage
79
- name: Test
80
run: uv run bash scripts/test.sh
0 commit comments