Skip to content

Commit

Permalink
fix encoding for windows test (#8227)
Browse files Browse the repository at this point in the history
  • Loading branch information
prha committed Jun 6, 2022
1 parent 18af5e7 commit 75e295d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_modules/dagster/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def get_description() -> str:
The data orchestration platform built for productivity.
""".strip()

return readme_path.read_text()
return readme_path.read_text(encoding="utf-8")


def get_version() -> str:
Expand Down

0 comments on commit 75e295d

Please sign in to comment.