mirror of
https://github.com/ae-utbm/sith.git
synced 2025-01-08 16:11:17 +00:00
More explicit uv install steps
This commit is contained in:
parent
a491baddb9
commit
771cbdbd77
4
.github/actions/setup_project/action.yml
vendored
4
.github/actions/setup_project/action.yml
vendored
@ -28,6 +28,10 @@ runs:
|
||||
path: .venv
|
||||
|
||||
- name: Install dependencies
|
||||
run: uv sync
|
||||
shell: bash
|
||||
|
||||
- name: Install Xapian
|
||||
run: uv run ./manage.py install_xapian
|
||||
shell: bash
|
||||
|
||||
|
@ -109,8 +109,9 @@ git clone https://github.com/ae-utbm/sith.git
|
||||
cd sith
|
||||
|
||||
# Création de l'environnement et installation des dépendances
|
||||
uv sync
|
||||
npm install # Dépendances frontend
|
||||
uv run ./manage.py install_xapian # Dépendances backend
|
||||
uv run ./manage.py install_xapian
|
||||
```
|
||||
|
||||
!!!note
|
||||
|
Loading…
Reference in New Issue
Block a user