Do not use in-tree-build

Signed-off-by: Krzysztof Boronski <kboronski@antmicro.com>
This commit is contained in:
Krzysztof Boronski 2022-07-12 08:21:17 -05:00
parent 58d9d7bf24
commit 9308536294
1 changed files with 2 additions and 2 deletions

View File

@ -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