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 poetry cache error in actions #2

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Conversation

AdrianDAlessandro
Copy link
Collaborator

This should fix the failing tests

See here for the reasoning

Copy link
Collaborator

@alexdewar alexdewar left a comment

Choose a reason for hiding this comment

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

LGTM! I'll cherry-pick this directly into my poetry branch though, so I wouldn't merge it.

The Windows runner is failing because Python assumes the default encoding for files on Windows is CP1252 rather than UTF-8 (I know, gross), so you need to add encoding="utf-8") to any call to open() you make.

@alexdewar
Copy link
Collaborator

Oh, I just noticed that there is no ci.yml file on the poetry branch. Merge away!

Another thing: did you mean for this PR to be in the ICL fork of the repo or the upstream one?

@AdrianDAlessandro AdrianDAlessandro merged commit 309d696 into regression-test Sep 30, 2024
1 of 2 checks passed
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.

2 participants