Skip to content

Commit dbc2a4d

Browse files
authored
Update entrypoint.sh
1 parent ce67ae9 commit dbc2a4d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

entrypoint.sh

-8
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,4 @@ set -e
44

55
VENV_NAME=${VENV_DIR:=venv}
66

7-
if ! [ -e "${GITHUB_WORKSPACE}/${VENV_NAME}" ]; then
8-
python -m venv "${GITHUB_WORKSPACE}/${VENV_NAME}"
9-
fi
10-
11-
source "${GITHUB_WORKSPACE}/${VENV_NAME}/bin/activate"
12-
13-
sh -c "pip install wget requests"
14-
157
sh -c "python main.py"

0 commit comments

Comments
 (0)