-
Notifications
You must be signed in to change notification settings - Fork 132
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
Use conda lock files and micromamba in place of docker images #1816
Merged
Conversation
This file contains 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
Provide CI build/test dependencies via conda lock files.
joaander
requested review from
a team,
tcmoore3 and
SchoeniPhlippsn
and removed request for
a team
June 13, 2024 11:38
joaander
force-pushed
the
refactor-more-ci
branch
3 times, most recently
from
June 13, 2024 12:24
2615523
to
eb73a8a
Compare
joaander
force-pushed
the
refactor-more-ci
branch
from
June 13, 2024 12:26
eb73a8a
to
9ce0428
Compare
joaander
force-pushed
the
refactor-more-ci
branch
7 times, most recently
from
June 13, 2024 13:12
52f4aec
to
dcb164d
Compare
joaander
force-pushed
the
refactor-more-ci
branch
from
June 13, 2024 13:19
dcb164d
to
c559659
Compare
joaander
requested review from
a team and
rayasare
and removed request for
a team
June 13, 2024 14:07
Otherwise, run on the GitHub provided VM images.
joaander
force-pushed
the
refactor-more-ci
branch
from
June 13, 2024 15:00
f38f61c
to
d9da4b0
Compare
joaander
force-pushed
the
refactor-more-ci
branch
5 times, most recently
from
June 19, 2024 00:53
522011e
to
9b4acb5
Compare
joaander
force-pushed
the
refactor-more-ci
branch
2 times, most recently
from
June 19, 2024 01:26
4f617b1
to
c3cf643
Compare
joaander
force-pushed
the
refactor-more-ci
branch
from
June 19, 2024 01:39
c3cf643
to
3d35373
Compare
joaander
force-pushed
the
refactor-more-ci
branch
2 times, most recently
from
June 19, 2024 12:44
c525d08
to
1d5b760
Compare
Add commented code that installs cupy. However, we need the latest cupy to test with numpy 2.0 - and the latest cupy doesn't support V100.
joaander
force-pushed
the
refactor-more-ci
branch
from
June 19, 2024 13:24
1d5b760
to
bb51d0b
Compare
joaander
added
validate
Execute long running validation tests on pull requests
release
Build and unit test all support compiler/python configurations
labels
Jun 19, 2024
joaander
force-pushed
the
refactor-more-ci
branch
from
June 19, 2024 14:06
0fe04bb
to
f4ceda4
Compare
joaander
force-pushed
the
refactor-more-ci
branch
from
June 19, 2024 14:21
f4ceda4
to
66b936b
Compare
joaander
added a commit
that referenced
this pull request
Jun 19, 2024
This was referenced Jun 19, 2024
Merged
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.
Description
ENABLE_LLVM=on
.validate
label is not set. Thoughvalidate
should still be set on most PRs to ensure the validation tests pass.The docker container images now provide compilers only.
Motivation and context
Allows targeted changes (e.g. testing with numpy 2.0) to be made locally.
ENABLE_LLVM=on
will soon be removed. It is not feasible to test this as compilers provided in the conda environment do not generate valid builds.How has this been tested?
CI checks.
Change log
Internal change, not required.
Checklist:
sphinx-doc/credits.rst
) in the pull request source branch.