We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690751f commit a753be0Copy full SHA for a753be0
.github/workflows/package.yml
@@ -92,9 +92,14 @@ jobs:
92
conda config --set conda_build.pkg_format 1
93
mkdir output
94
95
+ conda config --show channels
96
+
97
# Use libmamba as the solver for all future conda commands
98
export CONDA_SOLVER=libmamba
99
100
+ # Ensure conda and libmamba are fully up-to-date
101
+ conda update -n base conda conda-build conda-libmamba-solver
102
103
HEXRD_PACKAGE_CHANNEL=${HEXRD_PACKAGE_CHANNEL} HEXRDGUI_OUTPUT_FOLDER=output/ cpack
104
# This is need to ensure ~/.profile or ~/.bashrc are used so the activate
105
# command works.
0 commit comments