File tree 1 file changed +11
-14
lines changed
1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change 39
39
run : |
40
40
conda info
41
41
conda config --add channels conda-forge
42
- conda install obspy pandas
42
+ conda install obspy pandas libstdcxx-ng
43
43
pip install stdb
44
44
pip install .
45
- conda install -c conda-forge libstdcxx-ng
46
- python -c 'import obstools; print(obstools.__version__)'
47
45
48
46
# - name: Tests
49
47
# shell: bash -l {0}
@@ -55,17 +53,16 @@ jobs:
55
53
# pytest -v --cov=obstools ../obstools/tests/
56
54
# bash <(curl -s https://codecov.io/bash)
57
55
58
- # - name: Make docs
59
- # if: matrix.python-version == '3.10'
60
- # shell: bash -l {0}
61
- # run: |
62
- # # cd docs
63
- # # conda install sphinx
64
- # # pip install sphinx_rtd_theme
65
- # python -c 'import obstools; print(obstools.__version__)'
66
- # # make html
67
- # # touch _build/html/.nojekyll
68
- # # cd ..
56
+ - name : Make docs
57
+ if : matrix.python-version == '3.10'
58
+ shell : bash -l {0}
59
+ run : |
60
+ cd docs
61
+ conda install sphinx
62
+ pip install sphinx_rtd_theme
63
+ make html
64
+ touch _build/html/.nojekyll
65
+ cd ..
69
66
70
67
- name : Deploy 🚀
71
68
if : matrix.python-version == '3.10'
You can’t perform that action at this time.
0 commit comments