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 4bc3a90 commit d1d2daaCopy full SHA for d1d2daa
1 file changed
.github/workflows/draft-pdf.yaml
@@ -27,6 +27,11 @@ jobs:
27
run: |
28
source tools/ci.sh && ci_unix_32bit_setup && ci_unix_standard_build
29
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
35
- name: Run example
36
working-directory: paper
37
run: python create_plot.py
0 commit comments