Skip to content

Commit

Permalink
TEST: Set solver again to make sure it works
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Avery <[email protected]>
  • Loading branch information
psavery committed Oct 11, 2023
1 parent 9c474cf commit 75808e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ jobs:
run: |
conda activate hexrd
mkdir output
conda build --override-channels -c conda-forge --output-folder output/ conda.recipe/
conda config --env --set solver libmamba
conda config --set solver libmamba
export CONDA_SOLVER=libmamba
conda config --show-sources
CONDA_SOLVER=libmamba conda build --override-channels -c conda-forge --output-folder output/ conda.recipe/
# This is need to ensure ~/.profile or ~/.bashrc are used so the activate
# command works.
shell: bash -l {0}
Expand Down

0 comments on commit 75808e2

Please sign in to comment.