Skip to content

Commit 5193d20

Browse files
committed
added debug info to github action
1 parent c3182df commit 5193d20

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip setuptools flake8
2525
pip install -e '.[tests]'
26+
- name: Get versions
27+
run: |
28+
python -V
29+
pip freeze
2630
- name: flake8
2731
run: flake8 python_utils setup.py
2832
- name: pytest

0 commit comments

Comments
 (0)