Skip to content

Commit 28f4e35

Browse files
authored
Create file once create_venv has finished (#26)
bin: create file once create_venv has finished
1 parent 87ad60c commit 28f4e35

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
@@ -34,4 +34,6 @@ pushd ${PROJ_ROOT}/third-party/cpp
3434
pip_cmd install -e .
3535
popd >> /dev/null
3636

37+
touch ${VENV_PATH}/faasm_venv.BUILT
38+
3739
popd >> /dev/null

0 commit comments

Comments
 (0)