We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9279423 commit 16dd4bdCopy full SHA for 16dd4bd
.github/workflows/build.yml
@@ -19,11 +19,7 @@ jobs:
19
- name: Set up Python
20
uses: actions/setup-python@v2
21
with:
22
- python-version: '3.6'
23
- # Some dependencies used by the old Mbed OS version depend on pip < v10
24
- # & pip v9 struggles to install new version of cryptography (which uses rust)
25
- - run: pip install pip==9.0.3 cryptography==3.3.2
26
- # Old version of mbedos can have dependency clashes with newer mbed-cli
+ python-version: '3.7'
27
- run: pip install mbed-cli
28
- run: mbed config root .
29
- run: mbed deploy
0 commit comments