mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-15 16:13:11 +00:00
Fix
This commit is contained in:
parent
18d41009e3
commit
b768bce731
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
command: |
|
||||
python3 -m venv venv
|
||||
. venv/bin/activate
|
||||
pip install django-nine
|
||||
python setup.py install
|
||||
pip install -r examples/requirements/django_3_0.txt
|
||||
|
||||
- save_cache:
|
||||
|
|
|
|||
Loading…
Reference in a new issue