Skip to content
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

add limitation to cython version for MOAB compatibility & more selectivity about when some tests are run #893

Merged
merged 4 commits into from
Aug 11, 2023

Conversation

gonuke
Copy link
Member

@gonuke gonuke commented Aug 6, 2023

Description

Force cython version to be less than v3.0.0. At the same, be slightly more selective with triggers for some tests.

Motivation and Context

The versions of MOAB compatible with DAGMC are not compatible with cython 3+. pip installing cython recently changed to be v3, so we need to restrict the version.

Also, we are currently running tests on all platforms even when only changing the workflow on another platform.

Changes

bug fix for building dependencies

Limit when tests are run based on file paths.

@gonuke
Copy link
Member Author

gonuke commented Aug 6, 2023

Test of docker image building are here.

@gonuke
Copy link
Member Author

gonuke commented Aug 6, 2023

This is separated out from #880 to separate docker building steps from testing steps

@gonuke gonuke changed the title add limitation to cython version for MOAB compatibility add limitation to cython version for MOAB compatibility & more selectivity about when some tests are run Aug 7, 2023
@gonuke
Copy link
Member Author

gonuke commented Aug 7, 2023

This built successfully on my fork, and should be ready for review & merge.

The last merge to develop here failed to update the docker images correctly so I'll be on the lookout for that this time.

Copy link
Contributor

@bquan0 bquan0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@shimwell shimwell merged commit a828df3 into svalinn:develop Aug 11, 2023
8 checks passed
@gonuke gonuke deleted the cython_lt_3 branch August 16, 2023 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants