Skip to content

4.2.2rc

4.2.2rc #3017

Workflow file for this run

name: run tests on macOS
on:
push:
pull_request:
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
macos:
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@main
- name: Setup Python environment
uses: actions/[email protected]
with:
python-version: '3.9'
- name: Build and check
uses: ./.github/actions/build_and_check
env:
build_procs: 4
check_procs: 4