Skip to content

Commit

Permalink
WIP check Python versions
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Vamos <[email protected]>
  • Loading branch information
AttilaVamos committed Jan 29, 2025
1 parent f8f0b1c commit 33a982f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bundleTest-thor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
gdb \
${{ inputs.dependencies }}
echo "Python version : $(python --version)"
echo "Python3 version: $(python3 --version)"
- name: Install Package
shell: "bash"
run: |
Expand Down

0 comments on commit 33a982f

Please sign in to comment.