8000 check python version · priya-kinthali/setup-python@9327603 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9327603

Browse files
check python version
1 parent 23dc48c commit 9327603

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ jobs:
6565
- name: Verify 3.13.2t
6666
run: |
6767
$pythonVersion = (python --version)
68+
echo $pythonVersion
6869
# $expectedVersion = $pythonVersion.TrimEnd('t')
6970
# python __tests__/verify-python.py $expectedVersion
70-
shell: pwsh
71+
shell: bash
7172

7273
# - name: Run with setup-python 3.13.0
7374
# uses: ./

0 commit comments

Comments
 (0)
0