Skip to content

Commit f6c5cf1

Browse files
committed
Debugging CI
1 parent e2c20a9 commit f6c5cf1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
if: matrix.python-version != 'pypy3'
4343
run: |
4444
invoke gen-stub
45+
- name: Debugging
46+
if: matrix.python-version != 'pypy3'
47+
run: |
48+
which python
4549
- name: Run tests with headless Chrome and with Python != 3.8
4650
if: matrix.python-version != '3.8'
4751
run: |

0 commit comments

Comments
 (0)