Skip to content

Commit 41cb521

Browse files
committed
chore: change the Build Task to only run poetry install
1 parent 7d2323a commit 41cb521

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -12,38 +12,14 @@
1212
// Build
1313
//
1414
{
15-
"label": "Build pminit",
16-
"type": "process",
17-
"command": "poetry",
18-
"args": [
19-
"run",
20-
"pip",
21-
"install",
22-
"--verbose",
23-
"python/pminit",
24-
],
25-
},
26-
{
27-
"label": "Build pythonmonkey",
15+
"label": "Build",
2816
"type": "cppbuild",
2917
"command": "poetry",
3018
"args": [
31-
"run",
32-
"pip",
3319
"install",
34-
"--verbose",
35-
".",
3620
],
3721
"problemMatcher": [
3822
"$gcc"
39-
]
40-
},
41-
{
42-
"label": "Build",
43-
"dependsOrder": "sequence",
44-
"dependsOn": [
45-
"Build pminit",
46-
"Build pythonmonkey",
4723
],
4824
"group": {
4925
"kind": "build",

0 commit comments

Comments
 (0)