Skip to content

Commit

Permalink
Third 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 ab261a7 commit 25cb653
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Setup base pkgs
#shell: bash -l {0}
run: |
brew install hdf5
python -m pip install --upgrade pip wheel
Expand Down Expand Up @@ -115,7 +116,7 @@ jobs:
pip3 install tempita tables
pip3 install cython blosc2
pip3 install numpy scipy numba astropy
pip3 install numpy scipy numba astropy pandas
pip3 install wheel pkgconfig
python setup.py develop
Expand Down

0 comments on commit 25cb653

Please sign in to comment.