Skip to content

release 0.4.7.post0 #91

release 0.4.7.post0

release 0.4.7.post0 #91

Workflow file for this run

name: Unit test
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install Nox
run: |
pip install nox
- name: Linting
run: nox -s unit