Skip to content

Commit f316028

Browse files
committed
update test_build.sh
1 parent 287a03a commit f316028

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/test_build.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
2-
. build.sh --no-update
3-
cd scripts || exit
2+
#. build.sh --no-update
3+
#cd scripts || exit
44
. fresh_install.sh
5+
# go back to orig directory
6+
cd "$project_dir/scripts" || exit
57
. fresh_install_py12.sh

0 commit comments

Comments
 (0)