Skip to content

Fix GH Action

Fix GH Action #67

Workflow file for this run

name: Run test
on: push
jobs:
matrix-test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12",]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python-version }}"
- uses: abatilo/[email protected]
with:
poetry-version: 1.8.3
- run: poetry install --no-root
- run: poetry run pytest