From 55c55fb7057edb4b3e8da36e5b5f1aaa1fbfaeb8 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 17 Sep 2022 20:03:11 -0500 Subject: [PATCH] pip versions back in order --- .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 0feb23c19..e41e87097 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.3a32 # --pre meshtastic + pip install -U meshtastic --pre - name: Upgrade platformio run: |