From c8cfeb8d5d3d64a92aed21ddca86a8c6c55fcf7c Mon Sep 17 00:00:00 2001 From: farmmanic <104205278+farmmanic@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:42:06 -0400 Subject: [PATCH] Update wled-ci.yml --- .github/workflows/wled-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wled-ci.yml b/.github/workflows/wled-ci.yml index 03c052dfb0..353616967d 100644 --- a/.github/workflows/wled-ci.yml +++ b/.github/workflows/wled-ci.yml @@ -21,6 +21,7 @@ jobs: python-version: '3.9' - name: upgrade pip run: pip install --upgrade pip + pip-compile - name: Install PlatformIO run: pip install -r requirements.txt - name: Get default environments