Skip to content

Bump numpy from 2.1.3 to 2.2.0 in /backend (#572) #918

Bump numpy from 2.1.3 to 2.2.0 in /backend (#572)

Bump numpy from 2.1.3 to 2.2.0 in /backend (#572) #918

Workflow file for this run

name: Lint
# we run testing for both master and dev branches (but only on pull requests for master)
on:
pull_request:
branches:
- 'master'
push:
branches:
- 'dev'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable