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

This commit is contained in:
phil 2024-11-02 05:23:45 +01:00
parent e8ed03bcba
commit 056d86ca36

View file

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