diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-07-18 17:14:16 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 23:15:08 -0400 |
| commit | 3c767278da770b268269456801c3eda3126459e5 (patch) | |
| tree | 89a5480efee6698ea385a63ab232897fa54c7a83 /process-static | |
| parent | 8239a4cac13f8da351f50fd8ab23ef02273e54f9 (diff) | |
activate venv automatically
Diffstat (limited to 'process-static')
| -rwxr-xr-x | process-static | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/process-static b/process-static index 85aab03b..99414175 100755 --- a/process-static +++ b/process-static @@ -3,6 +3,10 @@ set -o errexit -o nounset -o pipefail shopt -s dotglob extglob globstar +if [[ ${GITHUB_ACTIONS:-false} != true ]]; then + source venv/bin/activate +fi + if [[ $# -eq 1 ]]; then fd=$1 else |
