Skip to content

Commit c5bd9e5

Browse files
committed
Vendor python dependencies
1 parent a0111aa commit c5bd9e5

14 files changed

+13
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
__pycache__
2+
.python-version
3+
24
node_modules
5+
36
.DS_Store

dist/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,9 @@ async function run() {
10181018
await exec.exec("pip", [
10191019
"install",
10201020
"--requirement",
1021-
`${src}/requirements.txt`
1021+
`${src}/requirements.txt`,
1022+
"--no-index",
1023+
`--find-links=${__dirname}/vendor`
10221024
]);
10231025

10241026
// Fetch action inputs
4.81 MB
Binary file not shown.

dist/vendor/PyGithub-1.45.tar.gz

111 KB
Binary file not shown.

dist/vendor/PyJWT-1.7.1.tar.gz

41 KB
Binary file not shown.
153 KB
Binary file not shown.

dist/vendor/chardet-3.0.4.tar.gz

1.78 MB
Binary file not shown.

dist/vendor/idna-2.8.tar.gz

170 KB
Binary file not shown.

dist/vendor/requests-2.22.0.tar.gz

111 KB
Binary file not shown.

dist/vendor/six-1.14.0.tar.gz

33.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)