Skip to content

Commit e4f4b01

Browse files
committed
chore: install python
1 parent cb20576 commit e4f4b01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ jobs:
302302

303303
build-native-linux:
304304
runs-on: ubuntu-24.04
305+
needs: [latest-tag-sha]
305306
timeout-minutes: 60
306307
name: "Build native linux (Python: ${{ matrix.python-version }})"
307308
strategy:
@@ -470,6 +471,10 @@ jobs:
470471
# override: true # this is by default on
471472
rustflags: ""
472473
components: rustfmt
474+
- name: Install Python
475+
uses: actions/setup-python@v5
476+
with:
477+
python-version: ${{ env.PYTHON_VERSION_CURRENT }}
473478
- name: Install Node.js ${{ matrix.node-version }}
474479
uses: actions/setup-node@v4
475480
with:

0 commit comments

Comments
 (0)