ci: do not use in-tree builds (#583)

This commit is contained in:
Unai Martinez-Corral 2022-07-12 14:37:07 +01:00 committed by GitHub
commit f53e79f7af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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