mirror of
https://github.com/chipsalliance/f4pga.git
synced 2025-01-03 03:43:37 -05:00
ci: rm pip option --use-feature=in-tree-build
This commit is contained in:
parent
c42cb59767
commit
a3d6829af5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/Pipeline.yml
vendored
2
.github/workflows/Pipeline.yml
vendored
|
@ -88,7 +88,7 @@ jobs:
|
|||
. ./.github/scripts/activate.sh
|
||||
|
||||
cd f4pga
|
||||
pip install --use-feature=in-tree-build .
|
||||
pip install .
|
||||
cd ..
|
||||
|
||||
- name: '🚧 Test f4pga-env'
|
||||
|
|
Loading…
Reference in a new issue