Skip to content

Commit

Permalink
Try to install libarchive for libmamba on MacOSX
Browse files Browse the repository at this point in the history
See: conda/conda-libmamba-solver#283

Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
  • Loading branch information
psavery committed Oct 18, 2023
1 parent f27357a commit 1e6021e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ jobs:
# and sometimes in the base environment. I don't know why.
conda install -c conda-forge conda-libmamba-solver
conda config --env --set solver libmamba
conda list
# Mac is having an issue with libarchive. We need to make sure that it
# comes from conda-forge. See here: https://github.com/conda/conda-libmamba-solver/issues/283
conda update -c conda-forge libarchive
mkdir output
# Conda build is ignoring the .condarc for some reason, so we need to
# set this environment variable instead.
Expand Down

0 comments on commit 1e6021e

Please sign in to comment.