Skip to content

Commit

Permalink
specify py version
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra authored Jul 28, 2024
1 parent 14d509e commit 89f3b75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install PlatformIO
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 89f3b75

Please sign in to comment.