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 check of runner OS in test Action #501

Merged
merged 4 commits into from
May 8, 2024
Merged

Fix check of runner OS in test Action #501

merged 4 commits into from
May 8, 2024

Conversation

santisoler
Copy link
Member

@santisoler santisoler commented May 8, 2024

Fix an if statement that checks if the current runner is a Ubuntu machine. Instead of comparing the matrix.os variable, rely on the $RUNNER_OS env variable provided by Actions. Add echo commands to increase verbosity.

Relevant issues/PRs:

Changes motivated by the modifications introduced in #499

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.
@santisoler santisoler changed the title Fix if statement in test.yml against matrix.os Fix check of runner OS in test Action May 8, 2024
@santisoler santisoler merged commit 98dbfb5 into main May 8, 2024
18 checks passed
@santisoler santisoler deleted the fix-numba-tests branch May 8, 2024 21:16
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.

None yet

1 participant