Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Dec 26, 2024
1 parent b64a1e6 commit 4a6a2d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/test-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $env:TMPDIR = "$env:USERPROFILE\tmp"
Remove-Item $env:TMPDIR -Force -Recurse -ErrorAction Ignore
[Void][System.IO.Directory]::CreateDirectory($env:TMPDIR)

$env:MINICONDA="C:\Miniconda3-x64"
$env:MINICONDA="C:\Miniconda3"
$env:PATH="$env:MINICONDA;$env:MINICONDA\Scripts;$env:PATH"
$env:BUILD_SOURCESDIRECTORY="$env:APPVEYOR_BUILD_FOLDER"

Expand Down
4 changes: 2 additions & 2 deletions .ci/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

echo 203
echo 204

export SKBUILD_LOGGING_LEVEL="INFO"

Expand All @@ -10,7 +10,7 @@ pip install pytest numpy pandas scipy scikit-learn psutil cloudpickle

git clone --recursive -b docs/install-py https://github.com/microsoft/LightGBM.git
cd LightGBM
sh ./build-python.sh install --mingw
sh ./build-python.sh install --bit32


tests="$BUILD_SOURCESDIRECTORY/tests/python_package_test"
Expand Down

0 comments on commit 4a6a2d7

Please sign in to comment.