Skip to content

Commit 12b6487

Browse files
authored
Create file once create_venv has finished (#111)
bin: create file once create_venv has finished
1 parent 3f590b9 commit 12b6487

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/create_venv.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ pip_cmd install -U pip
3030
pip_cmd install -U setuptools wheel
3131
pip_cmd install -r requirements.txt
3232

33+
touch ${VENV_PATH}/faasm_venv.BUILT
34+
3335
popd >> /dev/null

0 commit comments

Comments
 (0)