mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-31 14:51:02 +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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user