Skip to content

Commit 079053a

Browse files
test mac (#73242)
* test mac * fix * fix * fix
1 parent 9966297 commit 079053a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/run_mac_test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
function run_mac_test() {
1616
export FLAGS_PIR_OPTEST=True
1717
export FLAGS_CI_PIPELINE=mac
18-
tmp_dir='/tmp'
18+
tmp_dir='/Users/paddle/tmp'
19+
mkdir -p $tmp_dir
1920
mkdir -p ${PADDLE_ROOT}/build
2021
cd ${PADDLE_ROOT}/build
2122
if [ ${WITH_TESTING:-ON} == "ON" ] ; then

0 commit comments

Comments
 (0)