Skip to content

⛩️ Mypy path and build instruction update. #91

⛩️ Mypy path and build instruction update.

⛩️ Mypy path and build instruction update. #91

Workflow file for this run

name: Unit Testing
on: [push]
jobs:
unit-test:
name: 🧪 Unit Testing
runs-on: ubuntu-latest
steps:
- name: 🔔 Check out
uses: actions/checkout@v3
- name: 🏗️ python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: ⬇️ Python Poetry
uses: snok/install-poetry@v1
with:
version: 1.8.4
installer-parallel: true
- name: ⬇️ Python Dependencies
run: poetry install --sync
- name: 🏃 pytest
run: poetry run pytest -xv