diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 10f3edf..cd58ad5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,7 +44,7 @@ jobs: use-only-tar-bz2: true - name: Install coverage dependencies - run: pip install pytest-cov pytest-dependency + run: pip install pytest-cov pytest-dependency setuptools # - name: Build # run: python setup.py build_ext --inplace