-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix conda builds defaulting to python 3.12 (#315)
* See if updating to setup-miniconda v3 fixes Windows build * Use python 3.10 instead of 3.9 on Windows * Explicitly install correct python version for linux & macos conda * Fix version number should be a string * Maybe the problem with adding conda to path for macos is lack of quotes? * Add more echo statements for debugging macos * Add more echo statements for debugging macos (try again) * Install conda on macos since it is no longer included in image * conda activate instead of mamba activate * Run conda init before conda activate * Have to restart shell after conda init * Specify bash options to correctly activate on macos
- Loading branch information
Showing
3 changed files
with
13 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters