CI: optimise (use container with all deps for the runner)
Some checks failed
/ build (push) Failing after 14s

This commit is contained in:
phil 2024-11-02 05:21:05 +01:00
parent 50a2a2ec8f
commit 32e499e2cc
2 changed files with 12 additions and 2 deletions

View file

@ -27,8 +27,8 @@ jobs:
- uses: actions/checkout@v4
#- name: Install dependencies
# run: uv sync
- name: Install app with 'uv pip install'
run: uv pip install --python=$UV_PROJECT_ENVIRONMENT --no-deps /src
- name: Run basic test (API call)
run: pytest -s tests/basic.py