Skip to content

Commit

Permalink
Fixed typo in pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjosegarciaripoll committed Jun 28, 2024
1 parent dc2f260 commit f3790d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
python-version: "3.11"
- name: Install dependencies
run: |
pip install -r docs/requirements.txt
pip install -r requirements.txt
pip install cython sphinx sphinx-design pydata-sphinx-theme numpydoc sphinxcontrib-bibtex
pip install .
python setup.py build_ext --inplace
- name: Sphinx build
Expand Down

0 comments on commit f3790d8

Please sign in to comment.