Skip to content

Commit

Permalink
changed python and pio setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Feb 2, 2024
1 parent f0a548a commit 484fc11
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/ZeDMD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,17 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Cache pip
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Cache PlatformIO
uses: actions/cache@v4
with:
path: ~/.platformio
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}

- name: Set up Python
- name: Set up PlatformIO
uses: actions/setup-python@v5

- name: Install PlatformIO
with:
python-version: "3"
cache: "pip"
run: |
python -m pip install --upgrade pip
pip install --upgrade platformio
Expand Down

0 comments on commit 484fc11

Please sign in to comment.