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 4a6a2d7 commit ea73d13
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ configuration:
branches:
only:
- master
- ci/test
# - ci/test

environment:
matrix:
Expand Down
6 changes: 3 additions & 3 deletions .ci/setup.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/bin/bash


echo 202
echo 210

ARCH=$(uname -m)


export SKBUILD_LOGGING_LEVEL="INFO"

brew install libomp open-mpi
brew install libomp # open-mpi
# export CXX=g++-14 CC=gcc-14

# sudo apt-get update
Expand All @@ -35,7 +35,7 @@ pip install pytest numpy pandas scipy scikit-learn psutil cloudpickle
cd $GITHUB_WORKSPACE/.ci
git clone --recursive -b docs/install-py https://github.com/microsoft/LightGBM.git
cd LightGBM
sh ./build-python.sh install --mpi
sh ./build-python.sh install --nohomebrew


pytest $GITHUB_WORKSPACE/tests/python_package_test || exit 1
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"
$env:MINICONDA="C:\Miniconda3-x64"
$env:PATH="$env:MINICONDA;$env:MINICONDA\Scripts;$env:PATH"
$env:BUILD_SOURCESDIRECTORY="$env:APPVEYOR_BUILD_FOLDER"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master
# - ci/test
- ci/test

# automatically cancel in-progress builds if another commit is pushed
concurrency:
Expand Down

0 comments on commit ea73d13

Please sign in to comment.