Skip to content

Commit

Permalink
Another attempt to solve docs issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndilalla committed Nov 1, 2023
1 parent 25cb653 commit 9560bbe
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ jobs:
python -m pip install --upgrade pip wheel
python -m pip install numpy numba tempita jupytext jupyterthemes jupyter_latex_envs papermill matplotlib astropy pandas tables healpy
python -m pip install ebltable black cython pkgconfig
python -m pip install ebltable black cython pkgconfig h5py
- name: Install the package
#shell: bash -l {0}
run: |
python setup.py install
#python setup.py develop
pip3 install -e .
- name: Execute the notebooks
#shell: bash -l {0}
Expand Down Expand Up @@ -115,11 +116,12 @@ jobs:
brew install hdf5
pip3 install tempita tables
pip3 install cython blosc2
pip3 install cython blosc2 h5py
pip3 install numpy scipy numba astropy pandas
pip3 install wheel pkgconfig
python setup.py develop
#python setup.py develop
pip3 install -e .
brew install sphinx-doc pandoc
Expand Down Expand Up @@ -161,7 +163,7 @@ jobs:
brew install hdf5
pip3 install tempita
pip3 install cython blosc2
pip3 install cython blosc2 h5py
pip3 install numpy scipy numba astropy
brew install sphinx-doc pandoc
Expand All @@ -171,7 +173,8 @@ jobs:
pip3 install sphinx-rtd-dark-mode sphinx-math-dollar
pip3 install -r docs/requirements.txt
python3 setup.py develop
#python setup.py develop
pip3 install -e .
rm -rf docs/md/*
Expand Down

0 comments on commit 9560bbe

Please sign in to comment.