From 37f38ac2f9cf8a915fbce4b08a059b76c8ca91c8 Mon Sep 17 00:00:00 2001 From: "Noah D. Brenowitz" Date: Fri, 31 May 2024 21:08:50 -0700 Subject: [PATCH] fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e470d6..bf0c2d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: apt-get update && apt-get install -y build-essential python -m pip install --upgrade pip pip install --no-build-isolation .[test] - pip install coverage + python setup.py build_ext --inplace - name: Run tests run: make unittest - name: coverage