Fix missing python dependencies

This commit is contained in:
Jean-Michel Picod
2020-02-25 09:41:48 +01:00
parent 89d15f5759
commit cd14738a2f

View File

@@ -21,6 +21,11 @@ jobs:
toolchain: nightly
target: thumbv7em-none-eabi
override: true
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- run: python -m pip install --upgrade pip setuptools wheel
- run: ./setup.sh
cargo_format_src: