Skip to content

Commit 70bf2dc

Browse files
Remove unneeded python install step on alpine (#8093)
The alpine CI runs on a VM on ubuntu, and this install step installs python to the host ubuntu environment which isn't used. The later `install packages` step is what installs it to the VM (`./alpine.sh apk add build-base cmake git python3 py3-pip clang ninja util-linux`).
1 parent e1d0995 commit 70bf2dc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,6 @@ jobs:
225225
name: alpine
226226
runs-on: ubuntu-24.04-arm
227227
steps:
228-
- uses: actions/setup-python@v5
229-
with:
230-
python-version: '3.x'
231228
- uses: actions/checkout@v4
232229
with:
233230
submodules: true

0 commit comments

Comments
 (0)