Skip to content

Commit

Permalink
testing ci fix around python setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Apr 24, 2024
1 parent 2e2b867 commit 69ae20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 69ae20b

Please sign in to comment.