CI: optimise (use container with all deps for the runner) fix 2
Some checks failed
/ build (push) Failing after 47s
Some checks failed
/ build (push) Failing after 47s
This commit is contained in:
parent
e8ed03bcba
commit
056d86ca36
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue