Commit df4d447
committed
Add dedicated tasks for installing Poetry-managed dependencies
Poetry is used for managing the project's Python dependencies. This means that several development processes require
first running a dependency installation command. Rather than having that command duplicated across the taskfile, it can
be put in a dedicated task. This also allows it to be run from the task's `deps` key, which allows it to run in parallel
to any other setup processes the task might have.1 parent 433f90a commit df4d447
1 file changed
+19
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
168 | 181 | | |
169 | 182 | | |
| 183 | + | |
| 184 | + | |
170 | 185 | | |
171 | | - | |
172 | 186 | | |
173 | 187 | | |
| 188 | + | |
174 | 189 | | |
175 | | - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
176 | 193 | | |
177 | | - | |
178 | 194 | | |
179 | 195 | | |
180 | 196 | | |
| |||
0 commit comments