Skip to content

Commit 8a8db8f

Browse files
authored
Merge pull request #11 from Boyeep/chore/relax-dependency-review-policy
Quote backend extras install in CI
2 parents ab7a349 + 9f51ca7 commit 8a8db8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/template-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Install backend dependencies
120120
run: |
121121
python -m pip install --upgrade pip
122-
python -m pip install -e ./backend[dev]
122+
python -m pip install -e "./backend[dev]"
123123
124124
- name: Lint backend
125125
run: python -m ruff check .
@@ -166,7 +166,7 @@ jobs:
166166
- name: Install backend dependencies
167167
run: |
168168
python -m pip install --upgrade pip
169-
python -m pip install -e ./backend[dev]
169+
python -m pip install -e "./backend[dev]"
170170
171171
- name: Verify generated API types
172172
run: npm run check:contract

0 commit comments

Comments
 (0)