Moved python config above platform

This commit is contained in:
Andrew Murray 2022-03-30 18:35:11 +11:00
parent 2471dbdd75
commit dc26810199

View File

@ -24,12 +24,12 @@ jobs:
python: [ "3.8", "3.9", "3.10" ] python: [ "3.8", "3.9", "3.10" ]
platform: [ "arm64", "x86_64" ] platform: [ "arm64", "x86_64" ]
include: include:
- platform: "x86_64" - python: "3.7"
python: "3.7" platform: "x86_64"
- platform: "x86_64" - python: "pypy3.7-7.3.8"
python: "pypy3.7-7.3.8" platform: "x86_64"
- platform: "x86_64" - python: "pypy3.8-7.3.8"
python: "pypy3.8-7.3.8" platform: "x86_64"
env: env:
BUILD_COMMIT: ${{ inputs.build-commit }} BUILD_COMMIT: ${{ inputs.build-commit }}
PLAT: ${{ matrix.platform }} PLAT: ${{ matrix.platform }}