From 2d1167d77a4b4bcf2ecce47175af8bbce2b86136 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Mon, 1 Apr 2024 21:35:28 -0700 Subject: [PATCH] Pin wpiformat to 2024.33 --- .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 6231735f..b9bed143 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -26,7 +26,7 @@ jobs: python-version: 3.8 - name: Install wpiformat - run: pip3 install wpiformat + run: pip3 install wpiformat==2024.33 - name: Run run: wpiformat==2024.33