From c622a9b4be4f7ee8cef7604dc15fbefdc08fe704 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 12 Sep 2022 20:21:19 -0500 Subject: [PATCH] Update python temp hack --- .github/workflows/main_matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 1e54806d..0feb23c1 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -298,7 +298,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -U platformio adafruit-nrfutil - pip install -U meshtastic meshtastic==1.3a30 # --pre meshtastic + pip install -U meshtastic meshtastic==1.3a32 # --pre meshtastic - name: Upgrade platformio run: |