File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
virtualenvs-create : true
28
28
virtualenvs-in-project : true
29
- - name : Set up cache
30
- uses : actions/cache@v1
31
- with :
32
- path : .venv
33
- key : venv-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
34
29
- name : Install Release Dependencies
35
30
run : |
36
31
poetry config virtualenvs.in-project true
Original file line number Diff line number Diff line change 1
1
|MIT license | |PyPI version fury.io | |PyPI pyversions | |PyPI status | |Documentation Status |
2
- |Code Cov | |Tests Status |
2
+ |Code Cov | |Test Status |
3
3
4
4
.. |MIT license | image :: https://img.shields.io/badge/License-MIT-blue.svg
5
5
:target: https://lbesson.mit-license.org/
19
19
.. |Code Cov | image :: https://codecov.io/gh/bckohan/django-render-static/branch/main/graph/badge.svg?token=0IZOKN2DYL
20
20
:target: https://codecov.io/gh/bckohan/django-render-static
21
21
22
- .. |Tests Status | image :: https://github.com/bckohan/django-render-static/workflows/test/badge.svg?branch=master&event=push
22
+ .. |Test Status | image :: https://github.com/bckohan/django-render-static/workflows/test/badge.svg?branch=master&event=push
23
23
:target: https://github.com/bckohan/django-render-static/actions?query=workflow%3Atest
24
24
25
25
django-render-static
You can’t perform that action at this time.
0 commit comments