8000 Update .github/workflows/main.yml · encode/django-rest-framework@1b8235a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b8235a

Browse files
authored
Update .github/workflows/main.yml
1 parent b415ee6 commit 1b8235a

File tree

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: python -m pip install --upgrade pip setuptools virtualenv wheel
3535

3636
- name: Install dependencies
37-
run: python -m pip install --upgrade tox
37+
run: python -m pip install --upgrade tox pytest-cov
3838

3939
- name: Install tox-py
4040
if: ${{ matrix.python-version == '3.6' }}

0 commit comments

Comments
 (0)
0