Skip to content

Commit

Permalink
Update cuda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Oct 23, 2024
1 parent 67a9a7f commit 147d98e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,4 @@ jobs:
sudo
- name: Setup and run tests
run: |
export BUILD_DIRECTORY="$GITHUB_WORKSPACE"
export PATH=$CONDA/bin:$PATH
# check GPU usage
nvidia-smi
# build and test
bash <(curl -s https://raw.githubusercontent.com/microsoft/LightGBM/refs/heads/test-install/.ci/setup.sh) || exit 1

0 comments on commit 147d98e

Please sign in to comment.