We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8505991 commit f04d4caCopy full SHA for f04d4ca
.github/workflows/ci.yml
@@ -88,7 +88,7 @@ jobs:
88
- name: Report Python information
89
shell: bash
90
run: |
91
- python --version --version
+ python -c 'import sys; print(sys.version)'
92
echo
93
echo " <=======>"
94
0 commit comments