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

TEST: Fix scheduled.yml and switch CI to using micromamba #2067

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

cpelley
Copy link
Contributor

@cpelley cpelley commented Dec 12, 2024

Switching to micromamba (the recommended approach to installation for mamba). As per changes made to improver_suite.

environment_a was having trouble with dependencies being resolved as micromamba fetches only from conda-forge by default (that is, using main was implicit before with conda mamba). e.g. opencv related packages are from main as we see from a recent action job run). Intriducing an explicit 'main' dependency fixes the issue.

Fixes scheduled IMPROVER CI:

image

Note

Haven't/can't test scheduled.yml workflow but can make an additional change if a mistake has creeped in.

Issues

@cpelley cpelley added the test label Dec 12, 2024
@cpelley cpelley self-assigned this Dec 12, 2024
@cpelley cpelley marked this pull request as ready for review December 12, 2024 17:38
@@ -2,6 +2,7 @@
name: improver_a
channels:
- conda-forge
- main
Copy link
Contributor Author

@cpelley cpelley Dec 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

conda included 'main' implicitly and it must be specified here now explicitly with use of micromamba to continue successfully resolving the environment with micromaba.

@cpelley cpelley changed the title using micromamba Fix scheduled.ci and using micromamba Dec 12, 2024
@cpelley cpelley changed the title Fix scheduled.ci and using micromamba TEST: Fix scheduled.ci and using micromamba Dec 12, 2024
@cpelley cpelley changed the title TEST: Fix scheduled.ci and using micromamba TEST: Fix scheduled.ci and CI using micromamba Dec 12, 2024
@cpelley cpelley changed the title TEST: Fix scheduled.ci and CI using micromamba TEST: Fix scheduled.yml and CI using micromamba Dec 12, 2024
@cpelley cpelley changed the title TEST: Fix scheduled.yml and CI using micromamba TEST: Fix scheduled.yml and switch CI to using micromamba Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants