Skip to content

Commit

Permalink
Second 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 ce5780d commit ab261a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ 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
python -m pip install ebltable black cython pkgconfig
- name: Install the package
Expand Down Expand Up @@ -113,15 +113,15 @@ jobs:
brew install c-blosc
brew install hdf5
pip3 install tempita
pip3 install tempita tables
pip3 install cython blosc2
pip3 install numpy scipy numba astropy
pip3 install wheel pkgconfig
python setup.py develop
brew install sphinx-doc pandoc
pip3 install wheel
pip3 install mock recommonmark
pip3 install sphinx-rtd-dark-mode
pip3 install -U sphinx
Expand Down Expand Up @@ -159,13 +159,13 @@ jobs:
brew install c-blosc
brew install hdf5
pip3 install tempita
pip3 install cython blosc2
pip3 install numpy scipy numba astropy
brew install sphinx-doc pandoc
pip3 install wheel
pip3 install wheel pkgconfig
pip3 install mock recommonmark
pip3 install sphinx-rtd-dark-mode sphinx-math-dollar
pip3 install -r docs/requirements.txt
Expand Down

0 comments on commit ab261a7

Please sign in to comment.