Skip to content

Commit

Permalink
Install python3.11 in the base conda environment
Browse files Browse the repository at this point in the history
python3.12 is causing some issues...

Signed-off-by: Patrick Avery <[email protected]>
  • Loading branch information
psavery committed Mar 6, 2024
1 parent ec4ef7b commit ec61923
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/container_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
chmod a+x Miniconda3-latest-Linux-x86_64.sh
./Miniconda3-latest-Linux-x86_64.sh -b

# The base needs to have the same python version (3.11, right now)
${HOME}/miniconda3/bin/conda install python=3.11 -y

# Set up the hexrd channel
${HOME}/miniconda3/bin/conda create --override-channels -c conda-forge -y -n hexrd python=3.11
${HOME}/miniconda3/bin/activate hexrd
Expand Down

0 comments on commit ec61923

Please sign in to comment.