Skip to content

Arm32 builds with Zig #304

Arm32 builds with Zig

Arm32 builds with Zig #304

name: Build Python on branch
on:
push:
branches: ["main"]
paths: ["scripts/**", ".github/workflows/**"]
pull_request:
paths: ["scripts/**", ".github/workflows/**"]
workflow_dispatch:
inputs:
run_tests:
required: false
type: boolean
debug:
required: false
type: boolean
jobs:
build:
name: ${{ matrix.python_version }}
strategy:
fail-fast: false
matrix:
python_version: [ 3.8.17, 3.9.17, 3.10.13 ]
uses: ./.github/workflows/build_python.yml

Check failure on line 25 in .github/workflows/build_python_on_branch.yml

View workflow run for this annotation

GitHub Actions / Build Python on branch

Invalid workflow file

The workflow is not valid. In .github/workflows/build_python_on_branch.yml (Line: 25, Col: 11): Error from called workflow bjia56/portable-python/.github/workflows/build_python.yml@a441f97f2bb0679e29149510316b4337c61bcaf4 (Line: 50, Col: 13): The identifier 'parse_platform' may not be used more than once within the same scope.
with:
python_version: ${{ matrix.python_version }}
run_tests: ${{ inputs.run_tests || false }}
debug: ${{ inputs.debug || false }}