Skip to content

Change project name. Drop setup.py file #58

Change project name. Drop setup.py file

Change project name. Drop setup.py file #58

Workflow file for this run

name: Run unit tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- uses: Gr1N/setup-poetry@12c727a3dcf8c1a548d8d041c9d5ef5cebb3ba2e
with:
poetry-version: "1.6.1"
- name: Install tox
run: pip install tox
- name: Run tests
run: tox