1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-04-28 04:53:43 +03:00

Update .github/workflows/main.yml

This commit is contained in:
Asif Saif Uddin 2023-04-17 14:22:15 +06:00 committed by GitHub
parent 40751108b7
commit dcb3f7ccf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ jobs:
run: python -m pip install --upgrade pip setuptools virtualenv wheel
- name: Install dependencies
run: python -m pip install --upgrade tox pytest-cov
run: python -m pip install --upgrade tox pytest-cov django
- name: Install tox-py
if: ${{ matrix.python-version == '3.6' }}