We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7c4b5 commit 925645bCopy full SHA for 925645b
.github/workflows/jvm_tests.yml
@@ -149,8 +149,8 @@ jobs:
149
uses: actions/cache@v4
150
with:
151
path: ~/.m2
152
- key: ${{ runner.os }}-m2-${{ hashFiles('jvm-packages/pom.xml') }}
153
- restore-keys: ${{ runner.os }}-m2-${{ hashFiles('jvm-packages/pom.xml') }}
+ key: ${{ runner.os }}-m2-${{ hashFiles('/jvm-packages/pom.xml') }}
+ restore-keys: ${{ runner.os }}-m2-${{ hashFiles('/jvm-packages/pom.xml') }}
154
- name: Test XGBoost4J (Core) on macos
155
if: matrix.os == 'macos-15-intel'
156
run: |
0 commit comments