mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 16:34:20 +01:00
workflows: remove use-feature=in-tree-build
Using `--use-feature=in-tree-build` is no longer needed for recent pip versions, doing so raised: ``` option --use-feature: invalid choice: 'in-tree-build' (choose from 'fast-deps', 'truststore', 'no-binary-enable-wheel-cache') ```
This commit is contained in:
committed by
Christian Decker
parent
4b28f44f53
commit
f11c9ca6ec
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
||||
pytest-custom-exit-code==0.3.0 \
|
||||
pytest-json-report
|
||||
|
||||
pip install --user -U -r requirements.lock --use-feature=in-tree-build
|
||||
pip install --user -U -r requirements.lock
|
||||
|
||||
./configure --disable-valgrind
|
||||
make -j 16
|
||||
|
||||
Reference in New Issue
Block a user