Skip to content

Commit

Permalink
rollback task.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonho1308 committed Aug 3, 2021
1 parent 4ecc0f5 commit 96e070a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"label": "build",
"type": "shell",
"command": "pip install ."
"command": "python3 setup.py install --user"
}
]
}

0 comments on commit 96e070a

Please sign in to comment.