feat: migrating off of CircleCI#638
Conversation
|
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
|
Arggh. |
| """Installs packages from conda forge, pypi, and locally.""" | ||
|
|
||
| # Install from conda-forge and default conda package repos. | ||
| session.conda_install(*conda_forge_packages, channel=["defaults", "conda-forge"]) |
There was a problem hiding this comment.
If both default and conda-forge have a package, would we get the version from conda-forge or default? IMO, we should prefer conda-forge since those packages are updated more frequently in general.
There was a problem hiding this comment.
Good question. I don't know the answer yet. I will look it up and see if there is a way to identify a preference for source.
Not gonna hold up the PR for this though. If a change is needed, will add to a separate PR.
Moves
conda/mambainstalls from thecircle/ciCI/CD pipeline togithub.Summary:
circle/cirelated config filesnoxsession to install the package in aconda/mambavirtual environment and run the unit testsnoxfile.pyfromowlbot.py. due to the excessive amount of processing that needs to happen to thenoxfile.pywe made the choice to manually update thenoxfile.pyowlbot.pyto make some changes tobuild.shNOTE:
Fixes #398 🦕