Skip to content

Commit 0291fc5

Browse files
authored
Merge pull request #4507 from vicentebolea/fix-conda-issue
ci: set conda classic solver
2 parents 8423cdf + 18e1260 commit 0291fc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ci/gh-actions/windows-setup.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ conda.bat init bash
77
Write-Host "::endgroup::"
88

99
Write-Host "::group::Installing common deps"
10+
conda.bat config --set solver classic
1011
conda.bat config --remove channels defaults
1112
conda.bat config --add channels conda-forge
1213
conda.bat config --set channel_priority strict

0 commit comments

Comments
 (0)