We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab7a349 + 9f51ca7 commit 8a8db8fCopy full SHA for 8a8db8f
1 file changed
.github/workflows/template-ci.yml
@@ -119,7 +119,7 @@ jobs:
119
- name: Install backend dependencies
120
run: |
121
python -m pip install --upgrade pip
122
- python -m pip install -e ./backend[dev]
+ python -m pip install -e "./backend[dev]"
123
124
- name: Lint backend
125
run: python -m ruff check .
@@ -166,7 +166,7 @@ jobs:
166
167
168
169
170
171
- name: Verify generated API types
172
run: npm run check:contract
0 commit comments