Skip to content

Forge support

Forge support #47

Workflow file for this run

name: Run Pytest
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pytest:
strategy:
matrix:
python-version: ["3.8", "3.12"]
uses: ./.github/workflows/define-pytest.yml
with:
python-version: ${{ matrix.python-version }}
secrets: inherit