Skip to content

Bump scipy from 1.11.4 to 1.14.1 #6

Bump scipy from 1.11.4 to 1.14.1

Bump scipy from 1.11.4 to 1.14.1 #6

Workflow file for this run

name: Typecheck
on:
pull_request:
paths:
- pyproject.toml
- poetry.lock
- quri_algo/**.py
- mypy.ini
- .github/workflows/typecheck.yml
push:
branches: [main]
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: |
poetry install --only main,typecheck
- run: poetry run mypy tests/ quri_algo/