We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d06e3cb commit 697e889Copy full SHA for 697e889
ci/azure/posix.yml
@@ -86,8 +86,8 @@ jobs:
86
set -eux
87
conda run --no-capture-output -n pandas-dev python --version
88
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 .
+ time DISTUTILS_C_COMPILER_LAUNCHER=sccache conda run --no-capture-output -n pandas-dev python3 setup.py build_ext -v -j3
+ time conda run --no-capture-output -n pandas-dev python3 -m pip install --force-reinstall --no-build-isolation -e .
91
sccache -s
92
displayName: 'Build pandas'
93
0 commit comments