CI: Pin gsersemi version

This commit is contained in:
Wilson Snyder
2025-11-21 20:07:32 -05:00
parent 86004fb582
commit dabfb7291b
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
run: |
bash ci/ci-install.bash &&
sudo apt-get install clang-format-18 yapf3 &&
sudo pip3 install gersemi mbake &&
sudo pip3 install gersemi==0.23.1 mbake &&
git config --global user.email "[email protected]" &&
git config --global user.name "github action"
- name: Format code