From 1ce5a87cf03b3a0875a741cda0c0f3c7b16bdaa8 Mon Sep 17 00:00:00 2001 From: MarcoGorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Wed, 18 Oct 2023 13:08:36 +0100 Subject: [PATCH] runtests --- .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 0a1462e..393166e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -41,7 +41,7 @@ jobs: working-directory: pyo3-polars - run: make install-release working-directory: example/derive_expression - - run: venv/bin/python run.py + - run: venv/bin/python -m pytest tests working-directory: example/derive_expression - name: Build wheels