Skip to content

Commit 4a7f05f

Browse files
committed
test: add utf8 to numpy combo test for windows
Modified: • src/tests/test_version_combos.py (+1/-1 lines) [gitship-generated]
1 parent 2bcae92 commit 4a7f05f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/test_version_combos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def run_combo_test():
329329
run_combo_test()
330330
"""
331331
try:
332-
with open(temp_script_path, "w") as f:
332+
with open(temp_script_path, "w", encoding="utf-8") as f:
333333
f.write(temp_script_content)
334334

335335
success, stdout, stderr = run_subprocess_with_output(

0 commit comments

Comments
 (0)