From 2b51ec9293004ce1b135128d767c3f34e899849b Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Mon, 1 Nov 2021 13:45:26 +0000 Subject: [PATCH] pytest workflow cleaned up --- .github/workflows/pytest.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 75b0b884..2340d9d5 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: true matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"] + python-version: ["3.6", "3.7", "3.8", "3.9"] steps: - name: Checkout source @@ -27,12 +27,6 @@ jobs: - name: Install run: | python -m pip install --upgrade pip - pip install numpy>=1.16 - pip install scipy - pip install autograd>=1.2 - pip install numdifftools - pip install matplotlib - pip install iminuit<2 pip install . pip install pytest pip install pytest-cov