Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

chore: close #100

chore: close #100 #117

Workflow file for this run

name: Tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9']
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: pip install nox==2022.8.7
- run: pip install poetry==1.2.2
- run: pip install nox-poetry==1.0.1
- run: nox --python ${{ matrix.python-version }}