Retry ignore
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -135,7 +135,9 @@ jobs:
|
||||
|
||||
if ($rebuild) {
|
||||
Write-Host "Environment changed → rebuilding"
|
||||
micromamba env remove -n $envName -y 2>$null || $true
|
||||
if (micromamba env list | Select-String $envName) {
|
||||
micromamba env remove -n $envName -y 2>$null
|
||||
}
|
||||
micromamba create -n $envName -f $envFile -y
|
||||
$newHash | Out-File $hashFile
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user