Skip to content

fix default start cmd #53

fix default start cmd

fix default start cmd #53

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