Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
d88dc49e
Unverified
Commit
d88dc49e
authored
Jun 21, 2024
by
Jorrick Sleijster
Committed by
GitHub
Jun 20, 2024
Browse files
[python-package] Change build settings to set strict-config to false (#6493)
parent
5cd95a5b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
.github/workflows/cuda.yml
.github/workflows/cuda.yml
+1
-0
.github/workflows/python_package.yml
.github/workflows/python_package.yml
+1
-0
.vsts-ci.yml
.vsts-ci.yml
+1
-0
python-package/pyproject.toml
python-package/pyproject.toml
+1
-1
No files found.
.github/workflows/cuda.yml
View file @
d88dc49e
...
...
@@ -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
:
...
...
.github/workflows/python_package.yml
View file @
d88dc49e
...
...
@@ -15,6 +15,7 @@ concurrency:
env
:
CMAKE_BUILD_PARALLEL_LEVEL
:
4
SKBUILD_STRICT_CONFIG
:
true
jobs
:
test
:
...
...
.vsts-ci.yml
View file @
d88dc49e
...
...
@@ -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.
...
...
python-package/pyproject.toml
View file @
d88dc49e
...
...
@@ -79,7 +79,7 @@ logging.level = "INFO"
sdist.reproducible
=
true
wheel.py-api
=
"py3"
experimental
=
false
strict-config
=
tru
e
strict-config
=
fals
e
minimum-version
=
"0.9.3"
# end:build-system
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment