Skip to content

fix: fixed scipy dependency and noxfile cleanup (#47) #134

fix: fixed scipy dependency and noxfile cleanup (#47)

fix: fixed scipy dependency and noxfile cleanup (#47) #134

Workflow file for this run

# .github/workflows/tests.yml
name: Tests
on:
push:
branches:
- "master"
pull_request:
branches:
- "*"
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
python-version: ["3.10", "3.11"]
name: Python ${{ matrix.python-version }} OS ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: pip install nox==2019.11.9
- run: pip install poetry==1.0.5
- run: nox