From 282b4090f864c4003c3a0e376e8d75a2c2789454 Mon Sep 17 00:00:00 2001 From: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Wed, 6 Mar 2024 21:02:08 +0000 Subject: [PATCH] correct path --- .github/workflows/test-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index 028167128d1e..59ea8be60039 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -85,7 +85,7 @@ jobs: if: github.ref_name != 'main' && matrix.python-version == '3.11' && matrix.os == 'ubuntu-latest' working-directory: sample_plugin run: | - . py-polars/.venv/bin/activate + . $GITHUB_WORKSPACE/py-polars/.venv/bin/activate maturin develop pytest