[python-package] Change build settings to set strict-config to false (#6493)

This commit is contained in:
Jorrick Sleijster 2024-06-21 03:54:05 +02:00 коммит произвёл GitHub
Родитель 5cd95a5b16
Коммит d88dc49e44
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 4 добавлений и 1 удалений

1
.github/workflows/cuda.yml поставляемый
Просмотреть файл

@ -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:

1
.github/workflows/python_package.yml поставляемый
Просмотреть файл

@ -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