Skip to content

Bump numpy from 1.26.4 to 2.0.1 #747

Bump numpy from 1.26.4 to 2.0.1

Bump numpy from 1.26.4 to 2.0.1 #747

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v27
- run: make test
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}