Skip to content

Commit f04d4ca

Browse files
authored
Update ci.yml
1 parent 8505991 commit f04d4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Report Python information
8989
shell: bash
9090
run: |
91-
python --version --version
91+
python -c 'import sys; print(sys.version)'
9292
echo
9393
echo " <=======>"
9494
echo

0 commit comments

Comments
 (0)