From 9b8011aa67e30f150862545758056ff4d0cc0eac Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Thu, 30 Nov 2023 13:37:07 -0800 Subject: [PATCH] [build] Pin wpiformat version (#5982) --- .github/workflows/lint-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index b2c6b34c21..cac0a2f8a9 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -27,7 +27,7 @@ jobs: with: python-version: 3.8 - name: Install wpiformat - run: pip3 install wpiformat + run: pip3 install wpiformat==2023.34 - name: Run run: wpiformat - name: Check output