Skip to content

Commit a753be0

Browse files
committed
WIP
Signed-off-by: Patrick Avery <[email protected]>
1 parent 690751f commit a753be0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,14 @@ jobs:
9292
conda config --set conda_build.pkg_format 1
9393
mkdir output
9494
95+
conda config --show channels
96+
9597
# Use libmamba as the solver for all future conda commands
9698
export CONDA_SOLVER=libmamba
9799
100+
# Ensure conda and libmamba are fully up-to-date
101+
conda update -n base conda conda-build conda-libmamba-solver
102+
98103
HEXRD_PACKAGE_CHANNEL=${HEXRD_PACKAGE_CHANNEL} HEXRDGUI_OUTPUT_FOLDER=output/ cpack
99104
# This is need to ensure ~/.profile or ~/.bashrc are used so the activate
100105
# command works.

0 commit comments

Comments
 (0)