File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 32
32
- name : Conda install dependencies
33
33
run : conda install python=${{ matrix.python-version }} pip nodejs=13 ipywidgets jupyter jupyterlab vtk flake8 pytest ipydatawidgets
34
34
35
+ - name : Test flake8
36
+ run : flake8 ipygany --ignore=E501
37
+
35
38
- name : Install ipygany
36
39
run : pip install -e .
37
40
42
45
- name : Run Python tests
43
46
run : pytest tests
44
47
45
- - name : Test flake8
46
- run : flake8 ipygany --ignore=E501
48
+ - name : Build docs (Only on MacOS for build speed)
49
+ if : matrix.os == 'macos-latest'
50
+ run : |
51
+ conda install sphinx sphinx_rtd_theme pygments==2.6.1 jupyter-sphinx meshpy pyvista
52
+ cd docs/source/
53
+ sphinx-build . _build/html
54
+ cd ../..
Original file line number Diff line number Diff line change 1
1
ipygany
2
2
pygments == 2.6.1
3
- jupyter-sphinx == 0.2.4a1
3
+ jupyter-sphinx
4
4
vtk
5
5
meshpy
6
6
pyvista
You can’t perform that action at this time.
0 commit comments