Vendor python dependencies

This commit is contained in:
Peter Evans 2020-01-23 16:59:17 +09:00
parent 2aa04baf2e
commit df0d07269b
17 changed files with 13 additions and 3 deletions

View file

@ -16,7 +16,9 @@ async function run() {
await exec.exec("pip", [
"install",
"--requirement",
`${src}/requirements.txt`
`${src}/requirements.txt`,
"--no-index",
`--find-links=${__dirname}/vendor`
]);
// Fetch action inputs