mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-16 08:26:52 +03:00
enable python prep again
This commit is contained in:
22
.github/workflows/build.yaml
vendored
22
.github/workflows/build.yaml
vendored
@@ -10,18 +10,18 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
#- name: Cache PlatformIO
|
||||
#uses: actions/cache@v2
|
||||
#with:
|
||||
#path: ~/.platformio
|
||||
#key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
|
||||
- name: Cache PlatformIO
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.platformio
|
||||
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
|
||||
|
||||
#- name: Set up Python
|
||||
#uses: actions/setup-python@v2
|
||||
#- name: Install PlatformIO
|
||||
#run: |
|
||||
#python -m pip install --upgrade pip
|
||||
#pip install --upgrade platformio
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
- name: Install PlatformIO
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install --upgrade platformio
|
||||
|
||||
- name: Set Variables
|
||||
id: vars
|
||||
|
||||
Reference in New Issue
Block a user