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