Skip to content

Fix yaml indentation? #5

Fix yaml indentation?

Fix yaml indentation? #5

# Test python build on macOS aarch64
name: Run python build for Pgenlib on Apple Silicon
on: [push, pull_request]
jobs:
run_build:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-14 ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5

Check failure on line 19 in .github/workflows/check_build_macos.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/check_build_macos.yaml

Invalid workflow file

You have an error in your yaml syntax on line 19
- name: Run build
working-directory: ./2.0/Python
run: |
"${{ steps.python.outputs.python-path }}" -m pip install pipx
pipx run build