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 4791e55 commit c369c62Copy full SHA for c369c62
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
version: "0.5.x"
21
- name: Install dependencies
22
run: |
23
- uv sync
+ uv sync --locked
24
uv pip install pytest-github-actions-annotate-failures
25
- run: uv run robotpy coverage test
26
- run: uv run coverage xml
0 commit comments