Skip to content

Merge pull request #21 from alexykn/codex/add-refs-and-actions-to-tts… #22

Merge pull request #21 from alexykn/codex/add-refs-and-actions-to-tts…

Merge pull request #21 from alexykn/codex/add-refs-and-actions-to-tts… #22

Workflow file for this run

name: Python Tests
on:
pull_request:
push:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install pytest
- run: pytest
env:
PYTHONPATH: ${{ github.workspace }}