Skip to content

Commit

Permalink
Print CPU information
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Apr 29, 2024
1 parent 05e8970 commit d0929f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lightgbm-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Print system information
run: |
sw_vers
uname -a
- name: Install LightGBM with pip
run: |
Expand All @@ -36,6 +37,7 @@ jobs:
- name: Print system information
run: |
sw_vers
uname -a
- name: Install LightGBM with pip
run: |
Expand Down

0 comments on commit d0929f0

Please sign in to comment.