From 4aaa87da514724537b177755d20b8586fc6270cf Mon Sep 17 00:00:00 2001 From: stevenfontanella Date: Thu, 4 Dec 2025 19:40:57 +0000 Subject: [PATCH] Remove unneeded python install step on alpine --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c13bc09258..566ee1918d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -225,9 +225,6 @@ jobs: name: alpine runs-on: ubuntu-24.04-arm steps: - - uses: actions/setup-python@v5 - with: - python-version: '3.x' - uses: actions/checkout@v4 with: submodules: true