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

Run tests with oldest dependencies on x86 macos #499

Merged
merged 3 commits into from
May 7, 2024
Merged

Conversation

santisoler
Copy link
Member

@santisoler santisoler commented May 7, 2024

Change configuration of tests in GitHub Actions: use the latest x86 macos runner with the oldest dependencies and Python 3.8. Use the latest macos runner (arm64) only against the latest and optional requirements. This fixes CI failing because there are not Numpy binaries in PyPI for arm64 and compatible with Python 3.8.

Change configuration of tests in GitHub Actions: use the latest x86
macos runner with the `oldest` dependencies and Python 3.8. Use the
latest macos runner (arm64) only against the `latest` and `optional`
requirements.
@santisoler santisoler merged commit ab96f16 into main May 7, 2024
30 of 33 checks passed
@santisoler santisoler deleted the macos-13-actions branch May 7, 2024 21:47
santisoler added a commit that referenced this pull request May 8, 2024
Fix an if statement that checks if the current runner is a Ubuntu
machine. Check if "ubuntu" is part of the `matrix.os` instead of
comparing if the `matrix.os` matches "ubuntu" completely.
This modification is needed after the changes introduced in #499.
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.

1 participant