Skip to content

build(deps): update numpy requirement from <2,>=1.26.4 to >=1.26.4,<3 #17

build(deps): update numpy requirement from <2,>=1.26.4 to >=1.26.4,<3

build(deps): update numpy requirement from <2,>=1.26.4 to >=1.26.4,<3 #17

Workflow file for this run

name: Run all tests
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
pyversion:
- "3.10"
- "3.11"
- "3.12"
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Install Hatch
uses: pypa/hatch@install
- name: Test with hatch
run: |
hatch run +py=${{ matrix.pyversion }} test:run