File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 34
34
run : |
35
35
sudo apt-get install -y eatmydata
36
36
sudo eatmydata apt-get install -y gettext librsvg2-bin mingw-w64
37
- pip install requests sh click setuptools cpp-coveralls "Sphinx<4" sphinx-rtd-theme recommonmark sphinx-autoapi sphinxcontrib-svg2pdfconverter polib pyyaml
37
+ pip install requests sh click setuptools cpp-coveralls "Sphinx<4" sphinx-rtd-theme recommonmark sphinx-autoapi sphinxcontrib-svg2pdfconverter polib pyyaml astroid
38
38
- name : Versions
39
39
run : |
40
40
gcc --version
64
64
- name : mpy Tests
65
65
run : MICROPY_CPYTHON3=python3.8 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1 --via-mpy -d basics float
66
66
working-directory : tests
67
+ - name : Stubs
68
+ run : make stubs -j2
67
69
- name : Docs
68
70
run : sphinx-build -E -W -b html . _build/html
69
71
- name : Translations
You can’t perform that action at this time.
0 commit comments