Skip to content

Bump numpy from 1.26.4 to 2.0.0 #785

Bump numpy from 1.26.4 to 2.0.0

Bump numpy from 1.26.4 to 2.0.0 #785

Workflow file for this run

name: 'Test Installation'
on:
push: {}
pull_request:
branches:
- master
workflow_dispatch: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
- name: Install project
run: poetry install --no-interaction --no-ansi -vv