CI container with uv

This commit is contained in:
phil 2024-10-23 16:59:55 +02:00
parent a93ae20779
commit f1f2986952

View file

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