Skip to content

Commit fa8de16

Browse files
committed
WIP
1 parent e30edc8 commit fa8de16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/azure/posix.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,8 @@ jobs:
8484
8585
- script: |
8686
set -eux
87-
conda run --no-capture-output -n mamba-env mamba install -n pandas-dev pip -y
88-
conda run --no-capture-output -n pandas-dev which python
8987
conda run --no-capture-output -n pandas-dev python --version
88+
conda run --no-capture-output -n pandas-dev python3 --version
9089
time DISTUTILS_C_COMPILER_LAUNCHER=sccache conda run --no-capture-output -n pandas-dev python setup.py build_ext -v -j3
9190
time conda run --no-capture-output -n pandas-dev python -m pip install --force-reinstall --no-build-isolation -e .
9291
sccache -s

0 commit comments

Comments
 (0)