chore(ci): remove UV_LINK_MODE environment variable and replace setup step with Poetry installation
All checks were successful
CI / build-frontend (push) Successful in 9m33s
CI / lint (push) Successful in 9m35s

This commit is contained in:
2026-01-02 15:15:47 -06:00
parent 3ae9920d1f
commit 928fb6ac32

View File

@@ -6,9 +6,6 @@ on:
- "*" - "*"
workflow_dispatch: workflow_dispatch:
env:
UV_LINK_MODE: copy
jobs: jobs:
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -28,10 +25,8 @@ jobs:
uses: https://git.quad4.io/actions/setup-task@0ab1b2a65bc55236a3bc64cde78f80e20e8885c2 # v1 uses: https://git.quad4.io/actions/setup-task@0ab1b2a65bc55236a3bc64cde78f80e20e8885c2 # v1
with: with:
version: "3.46.3" version: "3.46.3"
- name: Setup uv - name: Setup Poetry
run: | run: pip install poetry
task setup-uv
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Setup Python environment - name: Setup Python environment
run: task setup-python-env run: task setup-python-env
- name: Install Node dependencies - name: Install Node dependencies