Skip to content

Commit 9584505

Browse files
committed
Testing UTF on windows-2019
1 parent 40868da commit 9584505

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: [latest]
21+
python-version: [3.11]
2222
os: [ubuntu-latest]
2323
runs-on: ${{ matrix.os }}
2424
steps:
@@ -117,4 +117,4 @@ jobs:
117117
- name: Install project
118118
run: pip install -e .[test]
119119
- name: run tests
120-
run: python -X utf8 -m pytest -s -vvvv -l --tb=long tests
120+
run: pytest -s -vvvv -l --tb=long tests

0 commit comments

Comments
 (0)