diff --git a/.github/workflows/lightgbm-macos.yml b/.github/workflows/lightgbm-macos.yml index fb75eab..fa1bb93 100644 --- a/.github/workflows/lightgbm-macos.yml +++ b/.github/workflows/lightgbm-macos.yml @@ -17,6 +17,7 @@ jobs: - name: Print system information run: | sw_vers + uname -a - name: Install LightGBM with pip run: | @@ -36,6 +37,7 @@ jobs: - name: Print system information run: | sw_vers + uname -a - name: Install LightGBM with pip run: |