From 9308536294736d46bc18c4faaf2d613c4179576b Mon Sep 17 00:00:00 2001 From: Krzysztof Boronski Date: Tue, 12 Jul 2022 08:21:17 -0500 Subject: [PATCH] Do not use in-tree-build Signed-off-by: Krzysztof Boronski --- .github/workflows/Pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Pipeline.yml b/.github/workflows/Pipeline.yml index bd68e47..b68df86 100644 --- a/.github/workflows/Pipeline.yml +++ b/.github/workflows/Pipeline.yml @@ -166,7 +166,7 @@ jobs: . ./.github/scripts/activate.sh cd f4pga - pip install --use-feature=in-tree-build . + pip install . cd .. - name: 🚧 Test f4pga build @@ -220,7 +220,7 @@ jobs: . ./.github/scripts/activate.sh cd f4pga - pip install --use-feature=in-tree-build . + pip install . cd .. - name: 🚦 Test Python wrappers