CI create venv
This commit is contained in:
parent
f1f2986952
commit
960e393bec
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ jobs:
|
||||||
image: treetrail-database
|
image: treetrail-database
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Create venv
|
||||||
|
run: uv venv
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: uv pip install .
|
run: uv pip install .
|
||||||
- name: Run basic test (bootstrap)
|
- name: Run basic test (bootstrap)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue