mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
Separate Conductor setup steps
This commit is contained in:
parent
376d3a43b8
commit
ac585bfdd6
11 changed files with 164 additions and 140 deletions
5
scripts/conductor/install-python-dependencies.sh
Executable file
5
scripts/conductor/install-python-dependencies.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
echo "Installing KTX Python dependencies..."
|
||||
uv sync --all-packages --all-groups
|
||||
Loading…
Add table
Add a link
Reference in a new issue