Skip to content

Commit 4b98b35

Browse files
authored
Fix typo in environment variable name
1 parent 0511c0e commit 4b98b35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
UV_LINK_MODE: copy
88
UV_NATIVE_TLS: true
99
UV_NO_SYNC: true
10-
PYTHONINIOENCODING: utf-8
10+
PYTHONIOENCODING: utf-8
1111

1212
jobs:
1313

0 commit comments

Comments
 (0)