This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
name: tests
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
pytest:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.12"
|
||||
- name: Install package + test dependencies
|
||||
run: pip install -e ./agent_platform pytest pytest-asyncio httpx
|
||||
- name: Run pytest
|
||||
run: pytest
|
||||
Reference in New Issue
Block a user