Skip to content

Merge pull request #94 from benjiqq/main #364

Merge pull request #94 from benjiqq/main

Merge pull request #94 from benjiqq/main #364

Workflow file for this run

name: nox
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
nox:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install nox
run: pip install nox
- run: nox