mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
Vendor python dependencies
This commit is contained in:
parent
2aa04baf2e
commit
df0d07269b
17 changed files with 13 additions and 3 deletions
4
index.js
4
index.js
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue