Skip to content

Short-circuit with vectorisation ph.assert_array_elements() #640

Short-circuit with vectorisation ph.assert_array_elements()

Short-circuit with vectorisation ph.assert_array_elements() #640

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Run pre-commit hook
uses: pre-commit/action@v2.0.3