CI container with uv

This commit is contained in:
phil 2024-10-23 16:58:04 +02:00
parent 594d2afc58
commit a93ae20779
2 changed files with 2 additions and 2 deletions

View file

@ -10,6 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: uv install
run: uv pip install --system .
- name: Run basic test (bootstrap)
run: .venv/bin/pytest -s tests/basic.py