Skip to content

Commit

Permalink
fix: use normal python build workflow instead of in-tree builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiretza committed Jul 31, 2022
1 parent 8c411eb commit 0896bd1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ jobs:
run: |
. ./.github/scripts/activate.sh
cd f4pga
pip install .
cd ..
- name: 🚧 Test f4pga-env
run: |
Expand Down Expand Up @@ -165,9 +163,7 @@ jobs:
run: |
. ./.github/scripts/activate.sh
cd f4pga
pip install .
cd ..
- name: 🚧 Test f4pga build
run: |
Expand Down Expand Up @@ -219,9 +215,7 @@ jobs:
run: |
. ./.github/scripts/activate.sh
cd f4pga
pip install .
cd ..
- name: 🚦 Test Python wrappers
run: |
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.pyc
*.sw*
/f4pga/build/
/build
/dist
/*.egg-info
File renamed without changes.
1 change: 0 additions & 1 deletion f4pga/setup.py → setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def get_requirements(file: Path) -> List[str]:
"f4pga.common_modules",
"f4pga.wrappers.sh"
],
package_dir={"f4pga": "."},
package_data={
'f4pga': ['*.json', 'platforms/*.json'],
'f4pga.wrappers.sh': ['xc7/*.f4pga.sh', 'quicklogic/*.f4pga.sh']
Expand Down

0 comments on commit 0896bd1

Please sign in to comment.