Skip to content

fix version pin for numpy #68

fix version pin for numpy

fix version pin for numpy #68

Workflow file for this run

name: style
concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
cancel-in-progress: true
on: # yamllint disable-line rule:truthy
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
pytest:
timeout-minutes: 5
strategy:
fail-fast: false
name: pre-commit
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run pre-commit hooks
uses: pre-commit/[email protected]