-
Notifications
You must be signed in to change notification settings - Fork 868
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 binary distribution (wheels) to install pymatgen in test suite #4073
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 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
DanielYang59
changed the title
Test source distribution and binary distribution (
Test source and binary (Sep 26, 2024
.whl
) before release to PyPI.whl
) distributions before release to PyPI
DanielYang59
force-pushed
the
test-sdist-whl-before-release
branch
2 times, most recently
from
October 13, 2024 03:21
7f5bacd
to
d262527
Compare
DanielYang59
force-pushed
the
test-sdist-whl-before-release
branch
from
October 13, 2024 03:28
d262527
to
0eb4d0c
Compare
DanielYang59
force-pushed
the
test-sdist-whl-before-release
branch
from
October 13, 2024 03:42
2440b81
to
5dc1b25
Compare
DanielYang59
changed the title
Test source and binary (
Use source distribution to run test suite
Oct 13, 2024
.whl
) distributions before release to PyPI
DanielYang59
changed the title
Use source distribution to run test suite
Use source distribution to install pymatgen in test suite
Oct 13, 2024
DanielYang59
commented
Oct 13, 2024
DanielYang59
force-pushed
the
test-sdist-whl-before-release
branch
from
October 13, 2024 04:01
5b862e2
to
c9f995f
Compare
DanielYang59
force-pushed
the
test-sdist-whl-before-release
branch
from
October 13, 2024 04:45
de5088e
to
0dba028
Compare
…I failure" This reverts commit 0dba028.
DanielYang59
changed the title
Use source distribution to install pymatgen in test suite
Use binary distribution (wheels) to install pymatgen in test suite
Oct 14, 2024
DanielYang59
force-pushed
the
test-sdist-whl-before-release
branch
from
October 14, 2024 10:50
394dd50
to
17b1acf
Compare
…nielYang59/pymatgen into test-sdist-whl-before-release
DanielYang59
force-pushed
the
test-sdist-whl-before-release
branch
from
October 22, 2024 04:04
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: