CI: Skip tests on v3.7/macos: GH lacks Python v3.7 on ARM-based macos #2977
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [push, pull_request] | |
jobs: | |
tests: | |
uses: ./.github/workflows/tests.yaml | |
self_test: | |
uses: ./.github/workflows/self_test.yaml | |
lint: | |
uses: ./.github/workflows/lint.yaml | |
format: | |
uses: ./.github/workflows/format.yaml |