mirror of
https://github.com/jazzband/django-categories.git
synced 2026-05-28 16:58:20 +00:00
Added Django to the dev dependencies and docs build.
This commit is contained in:
parent
30258ac456
commit
56a9b4f756
2 changed files with 3 additions and 2 deletions
4
.github/workflows/python-package.yml
vendored
4
.github/workflows/python-package.yml
vendored
|
|
@ -26,8 +26,8 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install flake8 pytest
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
pip install django
|
||||
if [ -f requirements/test.txt ]; then pip install -r requirements/test.txt; fi
|
||||
- name: Sphinx Pages
|
||||
# You may pin to the exact commit or the version.
|
||||
# uses: seanzhengw/sphinx-pages@70dd0557fc226cfcd41c617aec5e9ee4fce4afe2
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
-r test.txt
|
||||
|
||||
bump2version>=1.0.1
|
||||
django
|
||||
git-fame>=1.12.2
|
||||
gitchangelog>=3.0.4
|
||||
pre-commit
|
||||
|
|
|
|||
Loading…
Reference in a new issue