We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c20a9 commit f6c5cf1Copy full SHA for f6c5cf1
1 file changed
.github/workflows/CI.yml
@@ -42,6 +42,10 @@ jobs:
42
if: matrix.python-version != 'pypy3'
43
run: |
44
invoke gen-stub
45
+ - name: Debugging
46
+ if: matrix.python-version != 'pypy3'
47
+ run: |
48
+ which python
49
- name: Run tests with headless Chrome and with Python != 3.8
50
if: matrix.python-version != '3.8'
51
0 commit comments