From 3fe44e12acd9991bc651509f42c23d845d6e3c8b Mon Sep 17 00:00:00 2001 From: Midolo Mauro Date: Thu, 21 Dec 2023 14:33:12 +0100 Subject: [PATCH] Fixed --- .github/workflows/windows.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 360abf9..dca154d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -27,12 +27,12 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 - with: + uses: actions/setup-python@v5 + with: python-version: '3.10' - name: Install PlatformIO - run: | + run: | python -m pip install --upgrade pip pip install platformio - name: Run tests on the native platform - run: platformio test -e stable -d ./examples/example1/ \ No newline at end of file + run: platformio test -e stable -d ./examples/example1/ \ No newline at end of file