Skip to content

Bump scipy from 1.9.3 to 1.10.0 #326

Bump scipy from 1.9.3 to 1.10.0

Bump scipy from 1.9.3 to 1.10.0 #326

Workflow file for this run

name: Formatting and unit tests
on: [push]
jobs:
unit-tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11"]
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: ./.github/actions/setup-actions
- name: Linter
run: poetry run flake8
- name: Code Formatting
uses: psf/black@stable
- name: Type Check
run: poetry run mypy open_rarity
- name: Unit tests
run: poetry run pytest --cov-config=.coveragerc --cov=open_rarity tests/