Skip to content

Commit e52c7cc

Browse files
authored
Merge pull request #534 from py-cov-action/renovate/major-deps-with-major-upgrades
2 parents 00143d9 + 85f8881 commit e52c7cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Install uv
23-
uses: astral-sh/setup-uv@v5
23+
uses: astral-sh/setup-uv@v6
2424
with:
2525
python-version: "3.12"
2626

@@ -35,7 +35,7 @@ jobs:
3535
run: uv sync --all-groups
3636

3737
- name: Run tests
38-
run: pytest
38+
run: uv run pytest
3939
env:
4040
COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1: ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1 }}
4141
COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_2: ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_2 }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
ref: ${{ steps.extract_commit.outputs.COMMIT_ID }}
9090

9191
- name: Install uv
92-
uses: astral-sh/setup-uv@v5
92+
uses: astral-sh/setup-uv@v6
9393
with:
9494
python-version: "3.12"
9595

@@ -104,7 +104,7 @@ jobs:
104104
run: uv sync --all-groups
105105

106106
- name: Run end-to-end tests
107-
run: pytest tests/end_to_end
107+
run: uv run pytest tests/end_to_end
108108
env:
109109
COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1: ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1 }}
110110
COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_2: ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_2 }}

0 commit comments

Comments
 (0)