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 59e70c6 commit 82819feCopy full SHA for 82819fe
.github/workflows/cicd.yaml
@@ -28,7 +28,4 @@ jobs:
28
- uses: astral-sh/setup-uv@v4
29
with:
30
enable-cache: true
31
-
32
- - name: Run tests
33
- run: |
34
- uv run pytest
+ - run: uv run pytest
0 commit comments