Skip to content

Commit 91a73e2

Browse files
committed
1 parent f4de18b commit 91a73e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
name: CI
22

33
on:
4-
- push
54
- pull_request
65

76
defaults:
87
run:
98
shell: bash
109

10+
env:
11+
PYTHONUTF8: "1"
12+
1113
jobs:
1214

1315
test:

0 commit comments

Comments
 (0)