Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit 2e7d964

Browse files
committed
Add explicit coverage install
1 parent 5759eaf commit 2e7d964

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373
with:
7474
path: .venv
7575
key: ${{ hashFiles('**/poetry.lock') }}-0
76-
7776
- run: |
7877
pip install virtualenv
7978
virtualenv .venv
@@ -87,6 +86,8 @@ jobs:
8786
- name: Install DRF 3.11 on Django 2.2
8887
if: matrix.django-version == '2.2'
8988
run: pip install "djangorestframework==3.11.1"
89+
- run: pip install coverage
90+
if: matrix.python-version == '3.10'
9091
- name: Run tests
9192
run: |
9293
source .venv/bin/activate

0 commit comments

Comments
 (0)