Skip to content

Commit 7921e5e

Browse files
committed
remove cache step because its causing problems
1 parent bd38a84 commit 7921e5e

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ jobs:
2626
with:
2727
virtualenvs-create: true
2828
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') }}
3429
- name: Install Release Dependencies
3530
run: |
3631
poetry config virtualenvs.in-project true

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
|MIT license| |PyPI version fury.io| |PyPI pyversions| |PyPI status| |Documentation Status|
2-
|Code Cov| |Tests Status|
2+
|Code Cov| |Test Status|
33

44
.. |MIT license| image:: https://img.shields.io/badge/License-MIT-blue.svg
55
:target: https://lbesson.mit-license.org/
@@ -19,7 +19,7 @@
1919
.. |Code Cov| image:: https://codecov.io/gh/bckohan/django-render-static/branch/main/graph/badge.svg?token=0IZOKN2DYL
2020
:target: https://codecov.io/gh/bckohan/django-render-static
2121

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
2323
:target: https://github.com/bckohan/django-render-static/actions?query=workflow%3Atest
2424

2525
django-render-static

0 commit comments

Comments
 (0)