Skip to content
Snippets Groups Projects
Commit cd14738a authored by Jean-Michel Picod's avatar Jean-Michel Picod
Browse files

Fix missing python dependencies

parent 89d15f57
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment