Skip to content

Commit

Permalink
add python3.10 again
Browse files Browse the repository at this point in the history
  • Loading branch information
YanzhaoW committed Jan 23, 2025
1 parent 2c0c4ec commit 712ce1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: install sudo
run: |
apt-get install sudo python3.10
which python3
python3 --version
which python3.10
python3.10 --version
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: cpp-linter/cpp-linter-action@v2
Expand Down

0 comments on commit 712ce1d

Please sign in to comment.