diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 95abb2c..5f6b2b0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,10 +35,11 @@ jobs: key: pip-${{ matrix.python-version }}-${{ hashFiles('setup.py', 'tox.ini') }} restore-keys: pip-${{ matrix.python-version }}- + - name: Install dependencies + run: pip install tox + - name: Run tests - run: | - pip install tox - tox + run: tox - name: Code coverage upload uses: codecov/codecov-action@v1