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

Fix conda package build with python 3.12 #2306

Merged
merged 2 commits into from
Aug 7, 2024
Merged

Conversation

samtygier-stfc
Copy link
Collaborator

@samtygier-stfc samtygier-stfc commented Aug 6, 2024

Issue

Closes #2305

Description

Remove conda-verify as it causes our build environment to use python 3.11 which causes build failure.

Testing

I have made a test commit to run the build action.

Acceptance Criteria

Check that build stage in ebbc824 ran

Documentation

Not needed

@samtygier-stfc samtygier-stfc changed the title Fix conda package build with pythno 3.12 Fix conda package build with python 3.12 Aug 6, 2024
@coveralls
Copy link

coveralls commented Aug 7, 2024

Coverage Status

coverage: 74.316%. remained the same
when pulling 6ae29a4 on 2305-fix-build
into c2f19c2 on main.

@samtygier-stfc
Copy link
Collaborator Author

Package build can be seen at https://github.com/mantidproject/mantidimaging/actions/runs/10285386953/job/28463520421?pr=2306 You can see that the publish unstable package step ran successfully.

@samtygier-stfc samtygier-stfc marked this pull request as ready for review August 7, 2024 14:11
@MikeSullivan7 MikeSullivan7 self-assigned this Aug 7, 2024
Copy link
Collaborator

@MikeSullivan7 MikeSullivan7 left a comment

Choose a reason for hiding this comment

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

Rebuilt and made sure that everything is fine local and checked though the Github Actions to check that the conda build completed successfully.

@MikeSullivan7 MikeSullivan7 added this pull request to the merge queue Aug 7, 2024
Merged via the queue into main with commit 8877ef4 Aug 7, 2024
5 checks passed
@MikeSullivan7 MikeSullivan7 deleted the 2305-fix-build branch August 7, 2024 15:11
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.

Conda package builds failing since python 3.12 update
3 participants