mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 12:29:24 +00:00
More explicit uv install steps
This commit is contained in:
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
|
||||
|
||||
|
Reference in New Issue
Block a user