Skip to content

Commit

Permalink
CI: fix precommit failure (#4426)
Browse files Browse the repository at this point in the history
* CI: fix precommit failure

* Add pip
  • Loading branch information
caic99 authored Jun 19, 2024
1 parent 78f2a6b commit 44315da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install CI tools
run: |
sudo apt-get update
sudo apt-get install -y ccache clang-format clang-tidy ca-certificates
sudo apt-get install -y ccache clang-format clang-tidy ca-certificates python-is-python3 python3-pip
- name: Configure
run: |
Expand Down

0 comments on commit 44315da

Please sign in to comment.