Skip to content

Bump numpy from 1.26.4 to 2.0.0 #173

Bump numpy from 1.26.4 to 2.0.0

Bump numpy from 1.26.4 to 2.0.0 #173

Workflow file for this run

name: lint
on:
'pull_request':
branches:
- main
jobs:
build:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: [ubuntu-latest]
python-version: [3.7]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black
- name: black
run: black --check --diff .