Skip to content

Commit 1c95faf

Browse files
committed
Add autoinstaller for python deps
1 parent 9769e4a commit 1c95faf

File tree

4 files changed

+72
-1
lines changed

4 files changed

+72
-1
lines changed

init/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ inputs:
1616
config-file:
1717
description: Path of the config file to use
1818
required: false
19+
setup-python-dependencies:
20+
description: Try to auto-install your python dependencies
21+
required: true
22+
default: 'true'
1923
runs:
2024
using: 'node12'
2125
main: '../lib/setup-tracer.js'

lib/setup-tracer.js

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/setup-tracer.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)