fix: use normal python build workflow instead of in-tree builds

This commit is contained in:
Xiretza 2022-05-21 08:38:21 +02:00
parent 8c411eb74e
commit 0896bd19f2
4 changed files with 3 additions and 8 deletions

View File

@ -102,9 +102,7 @@ jobs:
run: |
. ./.github/scripts/activate.sh
cd f4pga
pip install .
cd ..
- name: 🚧 Test f4pga-env
run: |
@ -165,9 +163,7 @@ jobs:
run: |
. ./.github/scripts/activate.sh
cd f4pga
pip install .
cd ..
- name: 🚧 Test f4pga build
run: |
@ -219,9 +215,7 @@ jobs:
run: |
. ./.github/scripts/activate.sh
cd f4pga
pip install .
cd ..
- name: 🚦 Test Python wrappers
run: |

4
.gitignore vendored
View File

@ -1,3 +1,5 @@
*.pyc
*.sw*
/f4pga/build/
/build
/dist
/*.egg-info

View File

@ -90,7 +90,6 @@ setuptools_setup(
"f4pga.common_modules",
"f4pga.wrappers.sh"
],
package_dir={"f4pga": "."},
package_data={
'f4pga': ['*.json', 'platforms/*.json'],
'f4pga.wrappers.sh': ['xc7/*.f4pga.sh', 'quicklogic/*.f4pga.sh']