Skip to content

Commit a35d549

Browse files
authored
Merge pull request #536 from py-cov-action/fix-ci
2 parents 12a1e7a + d1d94e9 commit a35d549

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/e2e-external-phase-2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
key: ${{ hashFiles('uv.lock') }}
102102

103103
- name: Install deps
104-
run: uv install --all-groups
104+
run: uv sync --all-groups
105105

106106
- name: Run end-to-end tests
107107
run: pytest tests/end_to_end

scripts/sync-pre-commit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def export_from_uv_lock(group_args):
4242
"--no-header",
4343
"--no-emit-project",
4444
"--no-emit-workspace",
45+
"--no-annotate",
4546
]
4647
packages = (
4748
subprocess.check_output(

0 commit comments

Comments
 (0)