mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-14 15:54:04 +02:00
Fix Docker setup and CI installation (#1212)
This commit is contained in:
parent
da4f3c16eb
commit
ded439e6f7
8 changed files with 32 additions and 66 deletions
|
|
@ -31,8 +31,11 @@ runs:
|
|||
uses: actions/setup-python@v5.3.0
|
||||
with:
|
||||
python-version: ${{ inputs.python-version }}
|
||||
- name: Set up UV
|
||||
uses: astral-sh/setup-uv@v6
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
uv venv --python ${{ inputs.python-version }}
|
||||
./scripts/setup-dependencies
|
||||
./scripts/setup-symlinks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue