Skip to content
This repository was archived by the owner on Feb 27, 2020. It is now read-only.

Commit fa0dd9c

Browse files
committed
🚜 Updates python name
1 parent d11e648 commit fa0dd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
if ! [ -e "${GITHUB_WORKSPACE}/venv/bin/activate" ]; then
6-
python3 -m venv "${GITHUB_WORKSPACE}/venv/"
6+
python -m venv "${GITHUB_WORKSPACE}/venv/"
77
fi
88

99
source "${GITHUB_WORKSPACE}/venv/bin/activate"

0 commit comments

Comments
 (0)