From 2a5be5ee93151034fcd198358e351eb1a44dca57 Mon Sep 17 00:00:00 2001 From: Boy Steven Benaya Aritonang Date: Sun, 22 Mar 2026 03:30:41 +0700 Subject: [PATCH] Quote backend extras install in CI --- .github/workflows/template-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/template-ci.yml b/.github/workflows/template-ci.yml index e6862af..189170a 100644 --- a/.github/workflows/template-ci.yml +++ b/.github/workflows/template-ci.yml @@ -119,7 +119,7 @@ jobs: - name: Install backend dependencies run: | python -m pip install --upgrade pip - python -m pip install -e ./backend[dev] + python -m pip install -e "./backend[dev]" - name: Lint backend run: python -m ruff check . @@ -166,7 +166,7 @@ jobs: - name: Install backend dependencies run: | python -m pip install --upgrade pip - python -m pip install -e ./backend[dev] + python -m pip install -e "./backend[dev]" - name: Verify generated API types run: npm run check:contract