We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5998560 commit 09c2bb1Copy full SHA for 09c2bb1
.github/workflows/debug-unicode.yml
@@ -18,10 +18,8 @@ jobs:
18
python-version: ${{ matrix.python }}
19
architecture: ${{ matrix.architecture }}
20
21
+ - name: Install pytest
22
+ run: pip install pytest
23
+
24
- name: Run minimal Unicode test
25
run: python debug_unicode.py
-
- - name: Run with pytest
- run: |
26
- pip install pytest
27
- pytest debug_unicode.py -v
0 commit comments