-
Notifications
You must be signed in to change notification settings - Fork 667
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
[CI] MDAnalysis self-dependency build fix #4502
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
3378353
Test CI - try only to build mdakits via src build
IAlibay 6c78978
Merge branch 'develop' into fix-ci-deps
IAlibay e25e36c
various changes
IAlibay 58ba27a
various cron fixes
IAlibay bacbb75
sswitch to extra-index
IAlibay ea3c009
wrap micromamba calls around command checks
IAlibay 4beed23
need to add all the basic build requires because of no build isolation
IAlibay e7f0d00
manually add all the deps
IAlibay 8d73b36
try this instead
IAlibay 31b9ced
update setuptools in nightlies
IAlibay 085f450
fix typo
IAlibay 5b47548
revert action change
IAlibay d91a108
Merge branch 'develop' into fix-ci-deps
IAlibay 4977f2e
explicitly do a nodeps build of mdakits
IAlibay d5cd379
Update deploy.yaml
IAlibay 1c17cb5
Merge branch 'develop' into fix-ci-deps
IAlibay 7566d56
swap installs around
IAlibay File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,10 +38,10 @@ jobs: | |
matrix: | ||
buildplat: | ||
- [ubuntu-22.04, manylinux_x86_64, x86_64] | ||
- [macos-11, macosx_*, x86_64] | ||
- [macos-12, macosx_*, x86_64] | ||
- [windows-2019, win_amd64, AMD64] | ||
- [macos-14, macosx_*, arm64] | ||
python: ["cp39", "cp310", "cp311", "cp312"] | ||
python: ["cp310", "cp311", "cp312"] | ||
defaults: | ||
run: | ||
working-directory: ./package | ||
|
@@ -51,7 +51,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Build wheels | ||
uses: pypa/cibuildwheel@v2.16.5 | ||
uses: pypa/cibuildwheel@v2.20.0 | ||
with: | ||
package-dir: package | ||
env: | ||
|
@@ -142,7 +142,7 @@ jobs: | |
mv dist/MDAnalysisTests-* testsuite/dist | ||
|
||
- name: upload_source_and_wheels | ||
uses: pypa/[email protected].0 | ||
uses: pypa/[email protected].1 | ||
with: | ||
skip_existing: true | ||
repository_url: https://test.pypi.org/legacy/ | ||
|
@@ -171,7 +171,7 @@ jobs: | |
mv dist/MDAnalysisTests-* testsuite/dist | ||
|
||
- name: upload_tests | ||
uses: pypa/[email protected].0 | ||
uses: pypa/[email protected].1 | ||
with: | ||
packages_dir: testsuite/dist | ||
skip_existing: true | ||
|
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment out :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah completely forgot to do this!