-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lockfile action failed to resolve environment #5139
Comments
Might be worth running in a few more days in case a fix is on its way. |
Another possible thing to try would be to use a vanilla Mamba install instead of our current workflow (which was necessary at the time, but don't think that's still true). run: |
source $CONDA/bin/activate base
conda install -y -c conda-forge conda-libmamba-solver conda-lock libarchive=3.5.2=h5de8990_0
- name: generate lockfile
env:
CONDA_EXPERIMENTAL_SOLVER: libmamba
run: |
$CONDA/bin/conda-lock lock -k explicit -p linux-64 -f requirements/ci/${{matrix.python}}.yml
mv conda-linux-64.lock ${{matrix.python}}-linux-64.lock |
#5163 👀 |
The failure was previously during updating the |
📰 Custom Issue
👀 https://github.com/SciTools/iris/actions/runs/3972226328/jobs/6809909691#step:3:1104
The text was updated successfully, but these errors were encountered: