Skip to content

Commit 09c2bb1

Browse files
Install pytest before running debug test
1 parent 5998560 commit 09c2bb1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/debug-unicode.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ jobs:
1818
python-version: ${{ matrix.python }}
1919
architecture: ${{ matrix.architecture }}
2020

21+
- name: Install pytest
22+
run: pip install pytest
23+
2124
- name: Run minimal Unicode test
2225
run: python debug_unicode.py
23-
24-
- name: Run with pytest
25-
run: |
26-
pip install pytest
27-
pytest debug_unicode.py -v

0 commit comments

Comments
 (0)