Skip to content

Commit a318ece

Browse files
wphillipmooreclaude
andcommitted
fix(ci): replace removed python/setup action with astral-sh/setup-uv
The custom python/setup composite action was removed during the vergil-actions migration. Integration tests run on bare ubuntu-latest (for Docker access) and need Python + uv installed explicitly, unlike reusable workflow jobs that run inside vergil container images. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ebc30d1 commit a318ece

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/checkout@v6
5757

5858
- name: Set up Python
59-
uses: vergil-project/vergil-actions/actions/python/setup@v2.0
59+
uses: astral-sh/setup-uv@v6
6060
with:
6161
python-version: ${{ matrix.python-version }}
6262

0 commit comments

Comments
 (0)