Remove apk add python3 for musl test (#319)

This commit is contained in:
Kevin Stillhammer 2025-03-12 09:27:54 +01:00 committed by GitHub
parent d8a276f11f
commit 0e855c90d0
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

View file

@ -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