From cb48ce054839b4084ebc97c2da2184ca39805de4 Mon Sep 17 00:00:00 2001 From: Ogi Moore Date: Sat, 1 May 2021 14:23:33 -0700 Subject: [PATCH] Remove pytest-cov --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6ae85a3d..83924218 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -72,7 +72,7 @@ jobs: pip install --upgrade pip pip install ${{ matrix.qt-version }} numpy${{ matrix.numpy-version }} scipy pyopengl h5py matplotlib numba pip install . - pip install pytest pytest-cov coverage + pip install pytest - name: "Install Linux VirtualDisplay" if: runner.os == 'Linux' run: | @@ -108,7 +108,6 @@ jobs: mkdir $SCREENSHOT_DIR pytest pyqtgraph examples -v \ --junitxml pytest.xml \ - --cov pyqtgraph --cov-report=xml --cov-report=html shell: bash - name: Upload Screenshots uses: actions/upload-artifact@v2