Do not use in-tree-build
Signed-off-by: Krzysztof Boronski <kboronski@antmicro.com>
This commit is contained in:
parent
58d9d7bf24
commit
9308536294
|
@ -166,7 +166,7 @@ jobs:
|
||||||
. ./.github/scripts/activate.sh
|
. ./.github/scripts/activate.sh
|
||||||
|
|
||||||
cd f4pga
|
cd f4pga
|
||||||
pip install --use-feature=in-tree-build .
|
pip install .
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
- name: 🚧 Test f4pga build
|
- name: 🚧 Test f4pga build
|
||||||
|
@ -220,7 +220,7 @@ jobs:
|
||||||
. ./.github/scripts/activate.sh
|
. ./.github/scripts/activate.sh
|
||||||
|
|
||||||
cd f4pga
|
cd f4pga
|
||||||
pip install --use-feature=in-tree-build .
|
pip install .
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
- name: 🚦 Test Python wrappers
|
- name: 🚦 Test Python wrappers
|
||||||
|
|
Loading…
Reference in New Issue