Skip to content

Commit ba3c841

Browse files
committed
even simpler
1 parent 0e83f35 commit ba3c841

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

Diff for: .github/workflows/deploy.yml

+12-11
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
conda install obspy pandas
4343
pip install stdb
4444
pip install .
45+
python -c 'import obstools; print(obstools.__version__)'
4546
4647
# - name: Tests
4748
# shell: bash -l {0}
@@ -53,17 +54,17 @@ jobs:
5354
# pytest -v --cov=obstools ../obstools/tests/
5455
# bash <(curl -s https://codecov.io/bash)
5556

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 ..
6768

6869
- name: Deploy 🚀
6970
if: matrix.python-version == '3.10'

0 commit comments

Comments
 (0)