Skip to content

enable macos-14/P3.13 builds on CI with temporarily disabled notebook checks for this combination (due to Numba incompatibility) #682

enable macos-14/P3.13 builds on CI with temporarily disabled notebook checks for this combination (due to Numba incompatibility)

enable macos-14/P3.13 builds on CI with temporarily disabled notebook checks for this combination (due to Numba incompatibility) #682

Workflow file for this run

name: pre-commit-hooks
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: "3.10"
- name: Linting
run: |
pip install pre-commit
pre-commit clean
pre-commit autoupdate
pre-commit run --all-files