File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1- name : Build and Test
1+ name : Build docs
22on :
33 push :
44 branches : [main]
@@ -19,15 +19,10 @@ jobs:
1919 cache-environment : true
2020 cache-downloads : false
2121
22- - name : Test Ultraplot
23- shell : bash -el {0}
24- run : |
25- micromamba activate ultraplot-dev
26- pip install .
27-
2822 - name : " Build docs"
2923 shell : bash -el {0}
3024 run : |
3125 micromamba activate ultraplot-dev
26+ pip install .
3227 cd docs
3328 make html
Original file line number Diff line number Diff line change 1919 cache-environment : true
2020 cache-downloads : false
2121
22- - name : " Build docs "
22+ - name : Test Ultraplot
2323 shell : bash -el {0}
2424 run : |
2525 micromamba activate ultraplot-dev
2626 pip install .
27- cd docs
28- make html
27+ python -m pytest
You can’t perform that action at this time.
0 commit comments