-
Notifications
You must be signed in to change notification settings - Fork 51
ci: update condalock ci #2060
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
base: main
Are you sure you want to change the base?
ci: update condalock ci #2060
Changes from all commits
7981cdd
47f90bd
505dfea
93c034f
2f30bbe
b3e21d7
8f3991c
6d7555c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ jobs: | |
|
|
||
| steps: | ||
| - name: Install conda-lock with Micromamba | ||
| uses: mamba-org/setup-micromamba@v2 | ||
| uses: mamba-org/setup-micromamba@v3 | ||
| with: | ||
| environment-name: conda-lock | ||
| create-args: >- | ||
|
|
@@ -48,7 +48,7 @@ jobs: | |
|
|
||
| - 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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. not sure why this was breaking now, but this seems to resolve it. |
||
| cp openfe-conda-lock.yml openfe-${{ steps.latest-version.outputs.VERSION }}-conda-lock.yml | ||
|
|
||
| - name: Test lock file (linux) | ||
|
|
@@ -58,7 +58,7 @@ jobs: | |
| openfe test | ||
|
|
||
| - name: Upload file as artifact | ||
| uses: actions/upload-artifact@v4 | ||
| uses: actions/upload-artifact@v6 | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. addresses node20 deprecation |
||
| with: | ||
| name: conda-lock-files | ||
| path: "*conda-lock.yml" | ||
|
|
@@ -68,7 +68,7 @@ jobs: | |
| runs-on: macos-latest | ||
| steps: | ||
| - name: Download artifact | ||
| uses: actions/download-artifact@v4 | ||
| uses: actions/download-artifact@v7 | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. addresses node20 deprecation |
||
| with: | ||
| name: conda-lock-files | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addresses node20 deprecation