Skip to content

Commit acd4e21

Browse files
committed
show version
1 parent a64b496 commit acd4e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ jobs:
607607
run: |
608608
for py in $(echo $PYTHON_TO_TEST | tr "," "\n")
609609
do
610-
echo $py
610+
$py --version
611611
$py -m pip list
612612
done
613613
- name: Install Conda for pip packaging test

0 commit comments

Comments
 (0)