ci: update condalock ci#2060
Open
atravitz wants to merge 8 commits into
Open
Conversation
atravitz
commented
Jul 1, 2026
| steps: | ||
| - name: Install conda-lock with Micromamba | ||
| uses: mamba-org/setup-micromamba@v2 | ||
| uses: mamba-org/setup-micromamba@v3 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2060 +/- ##
==========================================
- Coverage 95.01% 90.61% -4.40%
==========================================
Files 212 212
Lines 20572 20572
==========================================
- Hits 19546 18642 -904
- Misses 1026 1930 +904
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
Author
|
it works! https://github.com/OpenFreeEnergy/openfe/actions/runs/28533965187 now reverting some of the pins that I don't think were actually needed and retesting here: https://github.com/OpenFreeEnergy/openfe/actions/runs/28538206077 |
atravitz
commented
Jul 1, 2026
|
|
||
| - name: Upload file as artifact | ||
| uses: actions/upload-artifact@v4 | ||
| uses: actions/upload-artifact@v6 |
atravitz
commented
Jul 1, 2026
| steps: | ||
| - name: Download artifact | ||
| uses: actions/download-artifact@v4 | ||
| uses: actions/download-artifact@v7 |
atravitz
commented
Jul 1, 2026
| - name: Generate lock files | ||
| run: | | ||
| conda lock --with-cuda 11.8 -f environment-to-lock.yaml --lockfile openfe-conda-lock.yml | ||
| conda-lock --with-cuda 11.8 -f environment-to-lock.yaml --lockfile openfe-conda-lock.yml |
Contributor
Author
There was a problem hiding this comment.
not sure why this was breaking now, but this seems to resolve it.
Contributor
Author
|
final test happening here: https://github.com/OpenFreeEnergy/openfe/actions/runs/28540829271 |
|
No API break detected ✅ Griffe output |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
we're seeing the following error message in our runners:
https://github.com/OpenFreeEnergy/openfe/actions/runs/28533414925/job/84588529819
LLM / AI generated code disclosure
LLMs or other AI-powered tools (beyond simple IDE use cases) were used in this contribution: no
If yes, please provide details here:
Checklist
newsentry, or the changes are not user-facing.pre-commit.ci autofix.Manual Tests: these are slow so don't need to be run every commit, only before merging and when relevant changes are made (generally at reviewer-discretion).
Developers certificate of origin