Skip to content

Commit 513480e

Browse files
committed
Adding libstdcxx-ng worked. Trying again...
1 parent a8dcc60 commit 513480e

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

Diff for: .github/workflows/deploy.yml

+11-14
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ jobs:
3939
run: |
4040
conda info
4141
conda config --add channels conda-forge
42-
conda install obspy pandas
42+
conda install obspy pandas libstdcxx-ng
4343
pip install stdb
4444
pip install .
45-
conda install -c conda-forge libstdcxx-ng
46-
python -c 'import obstools; print(obstools.__version__)'
4745
4846
# - name: Tests
4947
# shell: bash -l {0}
@@ -55,17 +53,16 @@ jobs:
5553
# pytest -v --cov=obstools ../obstools/tests/
5654
# bash <(curl -s https://codecov.io/bash)
5755

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 ..
6966
7067
- name: Deploy 🚀
7168
if: matrix.python-version == '3.10'

0 commit comments

Comments
 (0)