Skip to content

fix: move test workflow under workflows #1

fix: move test workflow under workflows

fix: move test workflow under workflows #1

Workflow file for this run

name: Pull Request Testing
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'pip'
- run: pip install -r requirements.txt
- run: pip test