8000 MAINT: Use ``--allow-downgrade`` option for rtools. · numpy/numpy@c055ee0 · GitHub
[go: up one dir, main page]

Skip to content

Commit c055ee0

Browse files
committed
MAINT: Use --allow-downgrade option for rtools.
Chocolatey has deprecated the `--side-by-side` option and suggest either `--force` or `--allow-downgrade` instead. IIRC, we started with `--force` and it failed.
1 parent 95343a3 commit c055ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-steps-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ steps:
1515

1616
- powershell: |
1717
# rtools 42+ does not support 32 bits builds.
18-
choco install --confirm --no-progress --side-by-side rtools --version=4.0.0.20220206
18+
choco install --confirm --no-progress --allow-downgrade rtools --version=4.0.0.20220206
1919
echo "##vso[task.setvariable variable=RTOOLS40_HOME]c:\rtools40"
2020
displayName: 'Install rtools'
2121

0 commit comments

Comments
 (0)
0