Skip to content

Merge pull request #29 from alexykn/codex/fix--cannot-read-properties… #36

Merge pull request #29 from alexykn/codex/fix--cannot-read-properties…

Merge pull request #29 from alexykn/codex/fix--cannot-read-properties… #36

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 }}