ci: do not use in-tree builds (#583)
This commit is contained in:
commit
f53e79f7af
|
@ -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