Fix Docker setup and CI installation (#1212)

This commit is contained in:
Bas Nijholt 2025-06-15 21:31:51 -07:00 committed by GitHub
commit ded439e6f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 32 additions and 66 deletions

View file

@ -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