Skip to content
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

Closed
rcomer opened this issue Jan 21, 2023 · 4 comments · Fixed by SciTools/workflows#5
Closed

Lockfile action failed to resolve environment #5139

rcomer opened this issue Jan 21, 2023 · 4 comments · Fixed by SciTools/workflows#5
Assignees

Comments

@rcomer
Copy link
Member

rcomer commented Jan 21, 2023

📰 Custom Issue

👀 https://github.com/SciTools/iris/actions/runs/3972226328/jobs/6809909691#step:3:1104

@trexfeathers
Copy link
Contributor

Might be worth running in a few more days in case a fix is on its way.

@trexfeathers
Copy link
Contributor

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

@rcomer
Copy link
Member Author

rcomer commented Feb 18, 2023

#5163 👀

@rcomer rcomer closed this as completed Feb 18, 2023
@trexfeathers
Copy link
Contributor

The failure was previously during updating the base environment in the workflow - resolution failed - so I assume that a new package release has made enabled environment resolution where it wasn't possible before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants