From 1431f80985bca1cd1dd8054079c4f4a6fdd1b534 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 13 Oct 2024 17:49:22 -0500 Subject: [PATCH] Test benchmarks with cython disabled --- .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 4b5db3de..e95b221a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: cache: 'pip' # caching pip dependencies - name: Set up Python environment (cython) env: - REQUIRE_CYTHON: 1 + SKIP_CYTHON: 1 shell: bash run: | pip3 install -r requirements.txt -r requirements_test.txt