mirror of
https://github.com/ae-utbm/sith.git
synced 2025-01-09 16:41:12 +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
|
path: .venv
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
run: uv sync
|
||||||
|
shell: bash
|
||||||
|
|
||||||
|
- name: Install Xapian
|
||||||
run: uv run ./manage.py install_xapian
|
run: uv run ./manage.py install_xapian
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
@ -109,8 +109,9 @@ git clone https://github.com/ae-utbm/sith.git
|
|||||||
cd sith
|
cd sith
|
||||||
|
|
||||||
# Création de l'environnement et installation des dépendances
|
# Création de l'environnement et installation des dépendances
|
||||||
|
uv sync
|
||||||
npm install # Dépendances frontend
|
npm install # Dépendances frontend
|
||||||
uv run ./manage.py install_xapian # Dépendances backend
|
uv run ./manage.py install_xapian
|
||||||
```
|
```
|
||||||
|
|
||||||
!!!note
|
!!!note
|
||||||
|
Loading…
Reference in New Issue
Block a user