From 5a4ab8184dfcd8dc801a5de44b9d946cba66258b Mon Sep 17 00:00:00 2001 From: Arya Massarat <23412689+aryarm@users.noreply.github.com> Date: Tue, 18 Jun 2024 09:32:21 -0700 Subject: [PATCH] remove pin on python versions for newest numpy test --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 347a130..677575f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -118,7 +118,6 @@ jobs: pytest --cov cyvcf2 --cov-report term-missing - name: Test with newest available numpy - if: ${{ matrix.python-version }} != "3.7" && ${{ matrix.python-version }} != "3.8" run: | pip install -U numpy pytest --cov cyvcf2 --cov-report term-missing