Skip to content

testing macOS runner to use rosetta for jit #451

testing macOS runner to use rosetta for jit

testing macOS runner to use rosetta for jit #451

name: Verify bundled wheels

Check failure on line 1 in .github/workflows/verify-ensurepip-wheels.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/verify-ensurepip-wheels.yml

Invalid workflow file

(Line: 3, Col: 4): Unexpected value '', (Line: 6, Col: 1): Unexpected value 'if', (Line: 7, Col: 1): Unexpected value 'workflow_dispatch'
on:
# Temporarily disabled for JIT-focused development
if: false
workflow_dispatch:
push:
paths:
- 'Lib/ensurepip/_bundled/**'
- '.github/workflows/verify-ensurepip-wheels.yml'
- 'Tools/build/verify_ensurepip_wheels.py'
pull_request:
paths:
- 'Lib/ensurepip/_bundled/**'
- '.github/workflows/verify-ensurepip-wheels.yml'
- 'Tools/build/verify_ensurepip_wheels.py'
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
verify:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: '3'
- name: Compare checksum of bundled wheels to the ones published on PyPI
run: ./Tools/build/verify_ensurepip_wheels.py