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 5278980 commit e2c20a9Copy full SHA for e2c20a9
.github/workflows/CI.yml
@@ -42,10 +42,6 @@ jobs:
42
if: matrix.python-version != 'pypy3'
43
run: |
44
invoke gen-stub
45
- - name: Run unit tests with ${{ matrix.python-version }}
46
- if: matrix.python-version != 'pypy3'
47
- run: |
48
- python utest/run.py
49
- name: Run tests with headless Chrome and with Python != 3.8
50
if: matrix.python-version != '3.8'
51
0 commit comments