Skip to content

Commit 16dd4bd

Browse files
CI: Update build workflow to remove old mbed-cli workarounds.
1 parent 9279423 commit 16dd4bd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v2
2121
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
22+
python-version: '3.7'
2723
- run: pip install mbed-cli
2824
- run: mbed config root .
2925
- run: mbed deploy

0 commit comments

Comments
 (0)