-
Notifications
You must be signed in to change notification settings - Fork 904
Use binary distribution (wheels) to install pymatgen in test suite #4073
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
Merged
shyuep
merged 25 commits into
materialsproject:master
from
DanielYang59:test-sdist-whl-before-release
Nov 13, 2024
Merged
Use binary distribution (wheels) to install pymatgen in test suite #4073
shyuep
merged 25 commits into
materialsproject:master
from
DanielYang59:test-sdist-whl-before-release
Nov 13, 2024
Conversation
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
2 tasks
.whl
) before release to PyPI.whl
) distributions before release to PyPI
7f5bacd
to
d262527
Compare
d262527
to
0eb4d0c
Compare
2440b81
to
5dc1b25
Compare
.whl
) distributions before release to PyPI
DanielYang59
commented
Oct 13, 2024
5b862e2
to
c9f995f
Compare
de5088e
to
0dba028
Compare
…I failure" This reverts commit 0dba028.
394dd50
to
17b1acf
Compare
…nielYang59/pymatgen into test-sdist-whl-before-release
02868df
to
8d11d91
Compare
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.
Summary
pymatgen
in test suite, currently neither source distribution nor binary distribution is tested against test suite, might lead to breakage if we miss anything from them (heard this happened before). The reason to use binary distribution over source distribution is the former is what at the end of day being installed on a user's machine: