Skip to content

Commit

Permalink
[ci] Fixed sphinx version in CI build and RTD build
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Apr 13, 2022
1 parent 8d4b908 commit 3e938a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Install python dependencies
run: |
pip install -U "pip==20.2.4" wheel setuptools
pip install -U pip wheel setuptools
pip install -U -r requirements-test.txt
- name: Install npm dependencies
Expand Down
3 changes: 1 addition & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ djangorestframework-simplejwt
django-cors-headers>=2.5.2
redis~=3.5.0
packaging
sphinx~=4.4.0
sphinx_rtd_theme
sphinx_rtd_theme~=0.5.0
freezegun
django-extensions
openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/master/
Expand Down

0 comments on commit 3e938a4

Please sign in to comment.