Skip to content

Commit

Permalink
fix: dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverwolf-x committed Nov 22, 2024
1 parent b076d34 commit 7e6f376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lightgbm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@latest

- name: Install dependencies
run: |
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
dir /s /b *.whl
- name: Upload wheel file
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@latest
with:
name: lightgbm-wheel
path: build\Release\*.whl

0 comments on commit 7e6f376

Please sign in to comment.