From 5498854cc3e9a6d49114ce204fad81275ce4ab90 Mon Sep 17 00:00:00 2001 From: William Silversmith Date: Wed, 31 Jan 2024 17:06:54 -0500 Subject: [PATCH] fix: add cython to build pysimdjson --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a2adddd..e5a55f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requirements.txt pytest + pip install -r requirements.txt pytest cython pip install -e . - name: Test with pytest run: |