8000 Remove choco packages via choco, instead of rm · scikit-image/scikit-image@15f04e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 15f04e8

Browse files
committed
Remove choco packages via choco, instead of rm
1 parent a28bb22 commit 15f04e8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,11 @@ jobs:
9393
fi
9494
9595
# Remove other gcc compilers
96+
choco uninstall llvm mingw rtools strawberryperl -x
9697
choco list --localonly
97-
rm -rf /c/ProgramData/Chocolatey/bin/gcc
98-
rm -rf /c/Strawberry
99-
which clang
98+
which clang || 1
99+
which llvm || 1
100+
which gcc || 1
100101
101102
# Compile the package and build the wheel
102103
$PYTHON -m build --no-isolation --skip-dependency-check --wheel

0 commit comments

Comments
 (0)
0