Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Dec 25, 2024
1 parent 321930e commit aa0b7a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@



echo 102
echo 103

ARCH=$(uname -m)

Expand Down Expand Up @@ -68,4 +68,4 @@ cd LightGBM
sh ./build-python.sh install


pytest $GITHUB_WORKSPACE./tests/python_package_test || exit 1
pytest $GITHUB_WORKSPACE/tests/python_package_test || exit 1
2 changes: 1 addition & 1 deletion .ci/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

echo 102
echo 103

export SKBUILD_LOGGING_LEVEL="INFO"

Expand Down

0 comments on commit aa0b7a5

Please sign in to comment.