Skip to content

Commit ae75ce8

Browse files
committed
WIP
1 parent 6fb253b commit ae75ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/azure/posix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# ImportError: 2): Library not loaded: @rpath/libssl.1.1.dylib
5858
# Referenced from: /Users/runner/miniconda3/envs/pandas-dev/lib/libthrift.0.13.0.dylib
5959
# Reason: image not found
60-
sed -i 's/^ - pyarrow$/ - pyarrow=6/' ${ENV_FILE}
60+
sed -i'' -e 's/^ - pyarrow$/ - pyarrow=6/' ${ENV_FILE}
6161
fi
6262
time mamba env update -n pandas-dev --file="${ENV_FILE}"
6363
set +e

0 commit comments

Comments
 (0)