Skip to content

Commit 697e889

Browse files
committed
WIP
1 parent d06e3cb commit 697e889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/azure/posix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686
set -eux
8787
conda run --no-capture-output -n pandas-dev python --version
8888
conda run --no-capture-output -n pandas-dev python3 --version
89-
time DISTUTILS_C_COMPILER_LAUNCHER=sccache conda run --no-capture-output -n pandas-dev python setup.py build_ext -v -j3
90-
time conda run --no-capture-output -n pandas-dev python -m pip install --force-reinstall --no-build-isolation -e .
89+
time DISTUTILS_C_COMPILER_LAUNCHER=sccache conda run --no-capture-output -n pandas-dev python3 setup.py build_ext -v -j3
90+
time conda run --no-capture-output -n pandas-dev python3 -m pip install --force-reinstall --no-build-isolation -e .
9191
sccache -s
9292
displayName: 'Build pandas'
9393

0 commit comments

Comments
 (0)