mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Updated the workflow.
This commit is contained in:
parent
56a9b4f756
commit
82298af6bc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install django
|
||||
python -m 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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue