Skip to content

Commit

Permalink
Code clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Oct 23, 2024
1 parent 6132f62 commit 597f3ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,26 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.1

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

- name: Set up Python
uses: actions/setup-python@v5.2.0
with:
python-version: 3.x

- name: Install PlatformIO
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 597f3ea

Please sign in to comment.