From 60c394d33df169ddc9ca096f782daf91ad8c0d69 Mon Sep 17 00:00:00 2001 From: graphenn Date: Sat, 25 May 2024 09:24:51 +0800 Subject: [PATCH] test --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 56f7666..5a9f67b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,7 +110,7 @@ jobs: - name: Install macOS build prerequisites if: runner.os == 'macOS' run: | - sudo brew install automake libdeflate + brew install automake libdeflate - name: Install run: | @@ -216,7 +216,7 @@ jobs: - name: Test run: | - pytest --import-mode importlib --cov cyvcf2 --cov-report term-missing + pytest --cov cyvcf2 --cov-report term-missing - name: Upload sdist tarball if: runner.os == 'Linux'