File tree Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 python-version : " ${{ matrix.python-version }}"
2828
29+ - name : " Get pip cache dir"
30+ id : pip-cache
31+ run : |
32+ echo "::set-output name=dir::$(pip cache dir)"
33+
34+ - name : " Cache"
35+ uses : actions/cache@v3
36+ with :
37+ path : ${{ steps.pip-cache.outputs.dir }}
38+ key :
39+ ${{ matrix.python-version }}-v1-${{ hashFiles('**/setup.py') }}-${{ hashFiles('**/tox.ini') }}
40+ restore-keys : |
41+ ${{ matrix.python-version }}-v1-
42+
2943 - name : " Install dependencies"
3044 run : |
3145 set -xe
4155 if : " contains(env.USING_COVERAGE, matrix.python-version)"
4256 uses : " codecov/codecov-action@v3"
4357 with :
58+ name : Python ${{ matrix.python-version }}
4459 token : ${{ secrets.CODECOV_TOKEN }}
4560 file : ./coverage.xml
4661 files : ./coverage1.xml,./coverage2.xml
47- name : codecov-umbrella
4862 fail_ci_if_error : true
Original file line number Diff line number Diff line change 11![ Build Status] ( https://github.com/101loop/drf-user/workflows/CI/badge.svg )
2+ [ ![ codecov] ( https://codecov.io/gh/101Loop/drf-user/branch/master/graph/badge.svg )] ( https://codecov.io/gh/101Loop/drf-user )
23[ ![ Downloads] ( https://static.pepy.tech/personalized-badge/drf-user?period=total&units=international_system&left_color=black&right_color=blue&left_text=Total%20Downloads )] ( https://pepy.tech/project/drf-user )
34[ ![ Downloads] ( https://static.pepy.tech/personalized-badge/drf-user?period=month&units=international_system&left_color=black&right_color=blue&left_text=Downloads/Month )] ( https://pepy.tech/project/drf-user )
45[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
Original file line number Diff line number Diff line change 1- Django >= 1.11
1+ Django >= 3.2
22django-filter == 21.1
3- djangorestframework >= 3.8.0
4- djangorestframework-simplejwt >= 4.4 .0
3+ djangorestframework >= 3.12
4+ djangorestframework-simplejwt >= 5.0 .0
55drfaddons >= 0.1.0
6- Pillow >= 7.2 .0
6+ Pillow >= 8.0 .0
You can’t perform that action at this time.
0 commit comments