Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 5 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /