Update .github/workflows/main.yml

This commit is contained in:
Asif Saif Uddin 2023-04-17 14:09:54 +06:00 committed by GitHub
parent b415ee6f45
commit 1b8235ae56
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
run: python -m pip install --upgrade tox pytest-cov
- name: Install tox-py
if: ${{ matrix.python-version == '3.6' }}