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 79b2624 commit 3ad3726Copy full SHA for 3ad3726
.github/workflows/_windows_ut.yml
@@ -90,7 +90,7 @@ jobs:
90
echo "C:\ProgramData\miniforge3\Scripts" >> "$GITHUB_PATH"
91
echo "C:\ProgramData\miniforge3\Library\bin" >> "$GITHUB_PATH"
92
call "C:\ProgramData\miniforge3\Scripts\activate.bat"
93
- rmdir /s "C:\ProgramData\miniforge3\envs\windows_ci"
+ rmdir /s /q "C:\ProgramData\miniforge3\envs\windows_ci"
94
call conda clean -ay
95
call conda remove --all -y -n windows_ci
96
call conda create -n windows_ci python=${{ inputs.python }} cmake ninja -y
0 commit comments