Skip to content

Commit 5c3f883

Browse files
add ci test to debug windows build
1 parent fa3bb8b commit 5c3f883

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 20
1010
matrix:
11-
os: [ubuntu-latest]
11+
os: [ubuntu-latest, windows-latest]
1212
python-version: ["3.9", "3.10", "3.11"]
1313

1414
runs-on: ${{ matrix.os }}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
SETUP_PTH = os.path.dirname(os.path.abspath(__file__))
99

10-
with open(os.path.join(SETUP_PTH, "README.md")) as f:
10+
with open(os.path.join(SETUP_PTH, "README.md"), encoding="utf8") as f:
1111
desc = f.read()
1212

1313

0 commit comments

Comments
 (0)