Skip to content

Commit b632649

Browse files
authored
Merge pull request #750 from ChristosT/conda-package-format
ci: force tar.bz2 packages
2 parents 150108b + c1b7c27 commit b632649

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/container_build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ ${HOME}/miniconda3/bin/conda activate hexrd
3232
# Install the libmamba solver (it is much faster)
3333
${HOME}/miniconda3/bin/conda install -n base -c conda-forge conda-libmamba-solver
3434
${HOME}/miniconda3/bin/conda config --set solver libmamba
35+
${HOME}/miniconda3/bin/conda config --set conda_build.pkg_format 1 # force tar.bz2 files
36+
3537

3638
# Remove anaconda telemetry (it is causing errors for us)
3739
${HOME}/miniconda3/bin/conda remove -n base conda-anaconda-telemetry

.github/workflows/package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
# and sometimes in the base environment. I don't know why.
6666
conda install --override-channels -c conda-forge conda-libmamba-solver
6767
conda config --env --set solver libmamba
68+
conda config --set conda_build.pkg_format 1 # force tar.bz2 files
6869
conda list
6970
7071
mkdir output

0 commit comments

Comments
 (0)