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 <patrick.avery@kitware.com>
  • Loading branch information
psavery committed Oct 10, 2023
1 parent 9c474cf commit e495efd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
run: |
conda activate hexrd
mkdir output
conda config --env --set solver libmamba
conda config --show-sources
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.
Expand Down

0 comments on commit e495efd

Please sign in to comment.