Skip to content

Commit

Permalink
check python3 version in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiCheng-Lu committed Feb 4, 2024
1 parent 4ab249c commit 635fc1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
clang --version
clang-format --version
pylint --version
python3 --version
- name: Format and lint
run: |
Expand Down

0 comments on commit 635fc1c

Please sign in to comment.