mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-12-15 11:07:14 +00:00
Remove apk add python3 for musl test (#319)
This commit is contained in:
committed by
GitHub
parent
d8a276f11f
commit
0e855c90d0
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -218,6 +218,5 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install latest version
|
- name: Install latest version
|
||||||
uses: ./
|
uses: ./
|
||||||
- run: apk add python3
|
|
||||||
- run: uv sync
|
- run: uv sync
|
||||||
working-directory: __tests__/fixtures/uv-project
|
working-directory: __tests__/fixtures/uv-project
|
||||||
|
|||||||
Reference in New Issue
Block a user