We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb253b commit ae75ce8Copy full SHA for ae75ce8
ci/azure/posix.yml
@@ -57,7 +57,7 @@ jobs:
57
# ImportError: 2): Library not loaded: @rpath/libssl.1.1.dylib
58
# Referenced from: /Users/runner/miniconda3/envs/pandas-dev/lib/libthrift.0.13.0.dylib
59
# Reason: image not found
60
- sed -i 's/^ - pyarrow$/ - pyarrow=6/' ${ENV_FILE}
+ sed -i'' -e 's/^ - pyarrow$/ - pyarrow=6/' ${ENV_FILE}
61
fi
62
time mamba env update -n pandas-dev --file="${ENV_FILE}"
63
set +e
0 commit comments