From 3cd282d9b0dd1685e71b0ab6cd8a098e851c5e6d Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Sat, 12 Apr 2025 20:29:09 -0700 Subject: [PATCH] [ci] Upgrade to wpiformat 2025.33 (#7902) --- .github/workflows/lint-format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index 3929d9cd40..d37a62e7f9 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -36,7 +36,7 @@ jobs: - name: Install wpiformat run: | python -m venv ${{ runner.temp }}/wpiformat - ${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2024.51 + ${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.33 - name: Run run: ${{ runner.temp }}/wpiformat/bin/wpiformat - name: Check output @@ -78,7 +78,7 @@ jobs: - name: Install wpiformat run: | python -m venv ${{ runner.temp }}/wpiformat - ${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2024.51 + ${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.33 - name: Create compile_commands.json run: | ./gradlew generateCompileCommands -Ptoolchain-optional-roboRio