Skip to content

Commit f0cb545

Browse files
jbrockmendelWillAyd
authored andcommitted
CI: transition powershell-> bash (#30393)
1 parent fe971f6 commit f0cb545

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

ci/azure/windows.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
- bash: |
3232
source activate pandas-dev
3333
conda list
34-
ci\\incremental\\build.cmd
34+
python setup.py build_ext -q -i
35+
python -m pip install --no-build-isolation -e .
3536
displayName: 'Build'
3637
- bash: |
3738
source activate pandas-dev

ci/incremental/build.cmd

-9
This file was deleted.

0 commit comments

Comments
 (0)