From 2d742e3a53da95a8ea60040aeb856d8854593f82 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 26 Apr 2024 12:21:48 +0200 Subject: [PATCH] Try using venv for CLI test --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 295c43d5..2532fa5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -275,6 +275,8 @@ jobs: cd .. # Test Python template Project + python3 -m venv .venv + source .venv/bin/activate pip3 install maturin maturin build -m apis/python/node/Cargo.toml pip3 install target/wheels/*