Skip to content

Commit 2e65562

Browse files
committed
Stop forcing the container base env to Python 3.11
conda-build builds the full python matrix in its own isolated envs, so the base version doesn't matter. Forcing it downgrades the fresh base conda, which is fragile. Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
1 parent c0315a1 commit 2e65562

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/container_build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ chmod a+x Miniconda3-latest-Linux-x86_64.sh
1616
# Activate conda
1717
source $HOME/miniconda3/bin/activate
1818

19-
# The base needs to have the same python version (3.11, right now)
20-
conda install --override-channels -c conda-forge python=3.11 -y
21-
2219
# Set up the hexrd channel
2320
conda create --override-channels -c conda-forge -y -n hexrd python=3.11
2421
conda activate hexrd

0 commit comments

Comments
 (0)