Skip to content

Commit

Permalink
ci: Ensure lockfile is up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek committed Jan 18, 2025
1 parent a5bf1a2 commit c7b20d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
version: "0.5.x"
- name: Install dependencies
run: |
uv sync
uv sync --locked
uv pip install pytest-github-actions-annotate-failures
- run: uv run robotpy coverage test
- run: uv run coverage xml
Expand Down

0 comments on commit c7b20d5

Please sign in to comment.