Skip to content

Commit 7799cee

Browse files
committed
added debug checks
1 parent 2293afa commit 7799cee

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
@@ -31,6 +31,10 @@ jobs:
3131
pip install -r requirements.txt
3232
pip install -r test/requirements.txt
3333
python setup.py install
34+
- name: debug checks
35+
run: |
36+
which python
37+
python -c "import sys; print(sys.version)"
3438
- name: Run Linter
3539
run: |
3640
flake8 setup.py dropbox example test

0 commit comments

Comments
 (0)