From a3d6829af58df9352f9552c203ecd0a86208d04b Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Thu, 12 May 2022 19:53:05 +0200 Subject: [PATCH] ci: rm pip option --use-feature=in-tree-build --- .github/workflows/Pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Pipeline.yml b/.github/workflows/Pipeline.yml index 36532a7..36ca31b 100644 --- a/.github/workflows/Pipeline.yml +++ b/.github/workflows/Pipeline.yml @@ -88,7 +88,7 @@ jobs: . ./.github/scripts/activate.sh cd f4pga - pip install --use-feature=in-tree-build . + pip install . cd .. - name: '🚧 Test f4pga-env'