зеркало из https://github.com/microsoft/LightGBM.git
[python-package] Change build settings to set strict-config to false (#6493)
This commit is contained in:
Родитель
5cd95a5b16
Коммит
d88dc49e44
|
@ -72,6 +72,7 @@ jobs:
|
|||
OS_NAME: linux
|
||||
PYTHON_VERSION: ${{ matrix.python_version }}
|
||||
TASK: ${{ matrix.task }}
|
||||
SKBUILD_STRICT_CONFIG: true
|
||||
options: --gpus all
|
||||
timeout-minutes: 30
|
||||
strategy:
|
||||
|
|
|
@ -15,6 +15,7 @@ concurrency:
|
|||
|
||||
env:
|
||||
CMAKE_BUILD_PARALLEL_LEVEL: 4
|
||||
SKBUILD_STRICT_CONFIG: true
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
@ -15,6 +15,7 @@ variables:
|
|||
skipComponentGovernanceDetection: true
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
||||
SKBUILD_STRICT_CONFIG: true
|
||||
resources:
|
||||
# The __work/ directory, where Azure DevOps writes the source files, needs to be read-write because
|
||||
# LightGBM's CI jobs write files in the source directory.
|
||||
|
|
|
@ -79,7 +79,7 @@ logging.level = "INFO"
|
|||
sdist.reproducible = true
|
||||
wheel.py-api = "py3"
|
||||
experimental = false
|
||||
strict-config = true
|
||||
strict-config = false
|
||||
minimum-version = "0.9.3"
|
||||
|
||||
# end:build-system
|
||||
|
|
Загрузка…
Ссылка в новой задаче