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

unittests.yml workflow failing for macos-latest on python 3.9 #568

Closed
tc85324 opened this issue Apr 24, 2024 · 0 comments · Fixed by #569
Closed

unittests.yml workflow failing for macos-latest on python 3.9 #568

tc85324 opened this issue Apr 24, 2024 · 0 comments · Fixed by #569
Assignees
Labels
bug Something isn't working new Something yet to be discussed by development team

Comments

@tc85324
Copy link
Contributor

tc85324 commented Apr 24, 2024

What's the problem?

Migration of macos-latest from macos-12 to macos-14 (arm64), expected as a part of Github's incremental rollout has triggered an incompatibility in the unittests.yml workflow python version/OS matrix.

actions/setup_python does not provide the arm64 python 3.9 version required to run the workflow on macos-14 (see here).

A simple fix would be to explicitly specify macos-13 for the python 3.9 case, as is done here

How can we reproduce the issue?

Run the CI workflows.

Python version

3.9

Package version

0.1.0

Operating system

MacOS 14

Other packages

No response

Relevant log output

https://github.com/gchq/coreax/actions/runs/8802544586/job/24158521382
@tc85324 tc85324 added bug Something isn't working new Something yet to be discussed by development team labels Apr 24, 2024
@tc85324 tc85324 changed the title unittests.yml workflow failing for macos-latest on python 3.9 unittests.yml workflow failing for macos-latest on python 3.9 Apr 24, 2024
tc85324 added a commit that referenced this issue Apr 24, 2024
Additionally bumps the pyqt5-qt5 version to fix the pinned tests.

refs: #568
tc85324 added a commit that referenced this issue Apr 24, 2024
Additionally bumps the pyqt5-qt5 version to fix the pinned tests.

refs: #568
@tc85324 tc85324 self-assigned this Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working new Something yet to be discussed by development team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant