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

[Build] Fix issues #1361

Merged
merged 11 commits into from
May 10, 2024
Merged

Conversation

riedgar-ms
Copy link
Member

@riedgar-ms riedgar-ms commented May 9, 2024

Description

Address a number of issues in the builds

  • The macos-latest runner is now ARM based and doesn't have older Python versions. Stick with macos-12 for now
  • Fix a variable name which had started upsetting flake8
  • Upper bound on scikeras to at least get the TensorFlow test running again
  • Update various GitHub Action versions

Tests

  • no new tests required
  • new tests added
  • existing tests adjusted

Documentation

  • no documentation changes needed
  • user guide added or updated
  • API docs added or updated
  • example notebook added or updated

Screenshots

@riedgar-ms riedgar-ms requested a review from a team May 9, 2024 14:11
@riedgar-ms
Copy link
Member Author

I know that we will want to go back on macos-latest and drop the older Python versions fairly soon

@@ -49,6 +49,7 @@ jobs:
os: [ubuntu-latest]
python: ["3.11"]
mlpackage: [lightgbm, xgboost, tensorflow, pytorch]
fail-fast: false
Copy link
Member Author

Choose a reason for hiding this comment

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

This allows the otherml packages to complete even if one fails. I think this makes sense, given that each package is likely to fail for its own reasons

@riedgar-ms riedgar-ms merged commit d88402f into fairlearn:main May 10, 2024
33 checks passed
@riedgar-ms riedgar-ms deleted the riedgar-ms/build-fixes-05 branch May 10, 2024 09:59
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

2 participants