Skip to content

Commit a617dff

Browse files
committed
still chasing down __init__ problem in make docs GH actions
1 parent b91c634 commit a617dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
cd docs
6161
conda install sphinx
6262
pip install sphinx_rtd_theme
63-
python -c 'from obstools import __version__ as release; print(release)'
63+
python -c 'import obstools; print(obstools.__version__)'
6464
# make html
6565
# touch _build/html/.nojekyll
6666
cd ..

0 commit comments

Comments
 (0)