From 9c85f6dbfebcb582fb7f199ab9d12bf988fd8022 Mon Sep 17 00:00:00 2001 From: Lucia Quirke Date: Mon, 2 Sep 2024 02:31:00 +0000 Subject: [PATCH] Update python tests action --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 7427842..5999a7a 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -24,6 +24,6 @@ jobs: run: | mamba install -c conda-forge numpy pytest hypothesis maturin maturin develop - maturin build + maturin build --feature python python -m pip install --user ./target/wheels/tokengrams*.whl pytest \ No newline at end of file