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

add workaround for cache sometimes not being restored correctly on macos #3221

Merged
merged 1 commit into from
Dec 24, 2023

Conversation

purificant
Copy link
Member

Workaround for issue consistently seen in CI where on macos, pip cache is restored with no package data, which results in "pytest" package not being available. The workaround is to not skip the dependency installation step on cache hit. This approach ensures that, while the step completes swiftly with a valid cache, it will also properly download and install any missing packages, albeit more slowly.

cc @ekaf

@github-actions github-actions bot added the CI label Dec 23, 2023
@stevenbird stevenbird merged commit 00de04b into nltk:develop Dec 24, 2023
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants