Skip to content

Commit 6e4cef2

Browse files
committed
ci(tests): Print python -V
1 parent d7f7502 commit 6e4cef2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
- name: Lint with flake8
3333
run: poetry run flake8
3434

35+
- name: Print python versions
36+
run: |
37+
python -V
38+
poetry run python -V
39+
3540
- name: Test with pytest
3641
run: poetry run py.test --cov=./ --cov-report=xml
3742

0 commit comments

Comments
 (0)