-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix CI to fail and run appropriately #116
Merged
lilyminium
merged 21 commits into
decouple-latest-and-dev-testing
from
fix-installation-woes
May 27, 2024
Merged
Fix CI to fail and run appropriately #116
lilyminium
merged 21 commits into
decouple-latest-and-dev-testing
from
fix-installation-woes
May 27, 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
5 tasks
lilyminium
force-pushed
the
fix-installation-woes
branch
from
May 26, 2024 09:40
bb47074
to
14ea6dd
Compare
lilyminium
changed the title
tmp let CI run without codecov
Fix CI to fail and run appropriately
May 26, 2024
lilyminium
merged commit May 27, 2024
0abac8a
into
decouple-latest-and-dev-testing
1 check was pending
lilyminium
added a commit
that referenced
this pull request
May 27, 2024
* check tests fail * update job name * reset name back to main-tests * rm dev * change python matrix to manual * is codecov the problem here? * dont fail ci for codecov * remove all dynamic python versions * add codecov token? * escape braces * ignore codecov failure? * upgrade act and allow codecov failure again * add more comment to CI * try changing the name of the package * Revert "try changing the name of the package" This reverts commit 57050d2. * assert False * tmp list directory * downgrade act? * rm assert False * pass secret to act * add actions workaround for secret * try oidc? * give up and try editing file to ignore upload failure * Revert "rm assert False" This reverts commit 2601768. * Revert "Revert "rm assert False"" This reverts commit 51bdcff. * Fix CI to fail and run appropriately (#116) * tmp let CI run without codecov * check directory exists * make package and repo name markedly different * tmp add assert False * fix env value? * fix path? * fix var name * add more listing * even more listing * am doofus * rm some temporary changes * add list back in * tmp try fixes to check ci * tmp simplify matrix * allow os * allow mdanalysis versions * use manual python matrix * Revert "tmp try fixes to check ci" This reverts commit 613debe. * Revert "Revert "tmp try fixes to check ci"" This reverts commit 5133e40. * Revert "Revert "Revert "tmp try fixes to check ci""" This reverts commit 38cf157. * try v4 * bump act action? * upgrade versions * why isnt this running? * reorder os? * upgrade act all the way * its called act-latest now? * oops wrong place * add p=false * downgrade codecov back to v4, act back to 0.2.40, see how that goes * Revert "upgrade versions" This reverts commit 2ecd7b0.
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.
Get CI to fail/run as expected
PR Checklist