Commit c206c8fb authored by Anas Nashif's avatar Anas Nashif
Browse files

actions: footprint-tracking: install gitpython


install missing packages for the workflow to run.
Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent 157509b3
......@@ -7,6 +7,7 @@ on:
push:
paths:
- 'VERSION'
- '.github/workflows/footprint-tracking.yml'
tags:
# only publish v* tags, do not care about zephyr-v* which point to the
# same commit
......@@ -36,6 +37,9 @@ jobs:
- name: Update PATH for west
run: |
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Install pip packages
run: |
sudo pip3 install -U setuptools wheel pip gitpython
- name: checkout
uses: actions/checkout@v2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment