Unverified Commit d88dc49e authored by Jorrick Sleijster's avatar Jorrick Sleijster Committed by GitHub
Browse files

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

parent 5cd95a5b
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment