diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5abbe4c..fc2f08e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -21,10 +21,10 @@ jobs: steps: - uses: actions/checkout@v1 - name: Set up Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v1 - name: Install dependencies - run: | + run: | python -m pip install --upgrade pip pip install platformio - name: Run PlatformIO Tests - run: platformio test --environment desktop \ No newline at end of file + run: platformio test --environment desktop