We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb20576 commit e4f4b01Copy full SHA for e4f4b01
.github/workflows/push.yml
@@ -302,6 +302,7 @@ jobs:
302
303
build-native-linux:
304
runs-on: ubuntu-24.04
305
+ needs: [latest-tag-sha]
306
timeout-minutes: 60
307
name: "Build native linux (Python: ${{ matrix.python-version }})"
308
strategy:
@@ -470,6 +471,10 @@ jobs:
470
471
# override: true # this is by default on
472
rustflags: ""
473
components: rustfmt
474
+ - name: Install Python
475
+ uses: actions/setup-python@v5
476
+ with:
477
+ python-version: ${{ env.PYTHON_VERSION_CURRENT }}
478
- name: Install Node.js ${{ matrix.node-version }}
479
uses: actions/setup-node@v4
480
with:
0 commit comments