mirror of
https://github.com/chipsalliance/f4pga.git
synced 2025-01-03 03:43:37 -05:00
Do not use in-tree-build
Signed-off-by: Krzysztof Boronski <kboronski@antmicro.com>
This commit is contained in:
parent
58d9d7bf24
commit
9308536294
1 changed files with 2 additions and 2 deletions
4
.github/workflows/Pipeline.yml
vendored
4
.github/workflows/Pipeline.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue