We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe971f6 commit f0cb545Copy full SHA for f0cb545
ci/azure/windows.yml
@@ -31,7 +31,8 @@ jobs:
31
- bash: |
32
source activate pandas-dev
33
conda list
34
- ci\\incremental\\build.cmd
+ python setup.py build_ext -q -i
35
+ python -m pip install --no-build-isolation -e .
36
displayName: 'Build'
37
38
ci/incremental/build.cmd
0 commit comments