Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-midolo committed Dec 21, 2023
1 parent 0cb3ec7 commit 3fe44e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
run: platformio test -e stable -d ./examples/example1/

0 comments on commit 3fe44e1

Please sign in to comment.