Skip to content

Commit

Permalink
Revert duplication of pip install -r requirements-docs.txt in GitHub … (
Browse files Browse the repository at this point in the history
#1817)

* Revert duplication of pip install -r requirements-docs.txt in GitHub workflow

* news

* Delete news/1817.internal

---------

Co-authored-by: David Glick <[email protected]>
  • Loading branch information
stevepiercy and davisagli authored Sep 21, 2024
1 parent 913f49b commit 682567a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

# build sphinx
- name: sphinx
run: if [ "${{ matrix.plone-version }}" == "6.0" ] && [ ${{ matrix.python-version }} == '3.12' ]; then pip install -r requirements-docs.txt && make docs-html; fi
run: if [ "${{ matrix.plone-version }}" == "6.0" ] && [ ${{ matrix.python-version }} == '3.12' ]; then make docs-html; fi

# test
- name: test
Expand Down

0 comments on commit 682567a

Please sign in to comment.