Skip to content

Commit 18708f2

Browse files
committed
python
1 parent 062aaeb commit 18708f2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,14 @@ jobs:
1111
board: ["metro_m0_express", "metro_m4_express"]
1212

1313
steps:
14+
- name: Set up Python 3.5
15+
uses: actions/setup-python@v1
16+
with:
17+
python-version: 3.5
1418
- name: Install deps
15-
run: sudo apt-get install -y gettext
19+
run: |
20+
sudo apt-get install -y gettext
21+
pip install sh click setuptools
1622
- uses: actions/checkout@v1
1723
with:
1824
submodules: true

0 commit comments

Comments
 (0)