This commit is contained in:
parent
54b374576f
commit
fa266814a6
1 changed files with 4 additions and 0 deletions
|
@ -13,12 +13,16 @@ jobs:
|
||||||
image: treetrail-database
|
image: treetrail-database
|
||||||
env:
|
env:
|
||||||
PYTHONPATH: /app/lib/python3.12/site-packages
|
PYTHONPATH: /app/lib/python3.12/site-packages
|
||||||
|
UV_PROJECT_ENVIRONMENT: /app
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install dependencies (to uv's project environment)
|
- name: Install dependencies (to uv's project environment)
|
||||||
run: uv sync --locked --no-dev --no-editable
|
run: uv sync --locked --no-dev --no-editable
|
||||||
|
|
||||||
|
- name: Install dependencies for testing
|
||||||
|
run: uv pip install httpx
|
||||||
|
|
||||||
- name: Echo env
|
- name: Echo env
|
||||||
run: |
|
run: |
|
||||||
echo '${{ toJSON(env) }}'
|
echo '${{ toJSON(env) }}'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue