Skip to content

larger runner for github actions test#1665

Merged
bottler merged 10 commits intomainfrom
bottler/actions
Dec 4, 2024
Merged

larger runner for github actions test#1665
bottler merged 10 commits intomainfrom
bottler/actions

Conversation

@bottler
Copy link
Copy Markdown
Contributor

@bottler bottler commented Dec 2, 2024

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Motivation and Context / Related issue

How Has This Been Tested (if it applies)

Checklist

  • The documentation is up-to-date with the changes I made.
  • I have read the CONTRIBUTING document and completed the CLA (see CLA).
  • All tests passed, and additional code has been covered with new tests.

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Dec 2, 2024
recom = self.recommendations.loc[names, :]
recom.iloc[:, :] = np.round(recom, 10)
print(f"{len(names)=}, {names[1:19]=}")
names = sorted(set(names))
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Adding this line cures the OOM. Is that the right thing to do?

@bottler bottler changed the title try larger runner for github actions test larger runner for github actions test Dec 4, 2024
@bottler bottler merged commit c66af15 into main Dec 4, 2024
@bottler bottler deleted the bottler/actions branch December 4, 2024 15:26
teytaud pushed a commit that referenced this pull request Feb 16, 2025
* Parallel tests with timeout
* docs deploy permission
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed Do not delete this pull request or issue due to inactivity.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants