enable python prep again

This commit is contained in:
CaCO3
2022-09-13 22:04:05 +02:00
committed by GitHub
parent b12cdd673b
commit 9c5dfe65c9

View File

@@ -10,18 +10,18 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
#- name: Cache PlatformIO - name: Cache PlatformIO
#uses: actions/cache@v2 uses: actions/cache@v2
#with: with:
#path: ~/.platformio path: ~/.platformio
#key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
#- name: Set up Python - name: Set up Python
#uses: actions/setup-python@v2 uses: actions/setup-python@v2
#- name: Install PlatformIO - name: Install PlatformIO
#run: | run: |
#python -m pip install --upgrade pip python -m pip install --upgrade pip
#pip install --upgrade platformio pip install --upgrade platformio
- name: Set Variables - name: Set Variables
id: vars id: vars