Skip to content

Commit fb0a89c

Browse files
committed
CI: Install Python dependencies on Mac OS
1 parent 021d456 commit fb0a89c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ jobs:
102102
repository: jonnor/micropython
103103
path: micropython
104104
ref: v1.25.0
105-
105+
- name: Install Python dependencies
106+
run: pip install -r requirements.txt
106107
- name: Setup MicroPython X86
107108
working-directory: micropython
108109
run: |

0 commit comments

Comments
 (0)