Skip to content

Commit d1d2daa

Browse files
committed
paper: Fix missing install of MicroPython modules
1 parent 4bc3a90 commit d1d2daa

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/draft-pdf.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
run: |
2828
source tools/ci.sh && ci_unix_32bit_setup && ci_unix_standard_build
2929
cp ./ports/unix/build-standard/micropython /usr/local/bin/micropython
30+
- name: Install MicroPython modules
31+
run: |
32+
micropython -m mip install github:jonnor/micropython-npyfile
33+
micropython -m mip install https://emlearn.github.io/emlearn-micropython/builds/master/x64_6.3/emlearn_trees.mpy
34+
micropython -m mip install https://emlearn.github.io/emlearn-micropython/builds/master/x64_6.3/emlearn_fft.mpy
3035
- name: Run example
3136
working-directory: paper
3237
run: python create_plot.py

0 commit comments

Comments
 (0)