Skip to content

OOP oriented refactor (#10) #57

OOP oriented refactor (#10)

OOP oriented refactor (#10) #57

name: Build & Test
on: [push]
jobs:
CI-CD:
runs-on: ubuntu-latest
steps:
- run: curl -sSL https://install.python-poetry.org | python3 -
- name: Check out repository code
uses: actions/checkout@v3
- run: poetry env use 3.10.12 && poetry env info
- run: poetry install
- run: cd tests && poetry run pytest