Skip to content

Commit 7cea424

Browse files
authored
Merge branch 'main' into bugfix/ndcg
2 parents 9c48f70 + 888d078 commit 7cea424

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ jobs:
165165
uv pip install --resolution=lowest-direct --group=test '.[sklearn,hpf,implicit,funksvd]'
166166
env:
167167
CC: gcc
168+
DONT_SET_MARCH: 1
168169

169170
- name: 🔍 Inspect environment
170171
run: |
@@ -271,6 +272,8 @@ jobs:
271272
run: |
272273
uv sync --all-extras --no-default-groups --group test
273274
uv pip install optuna
275+
env:
276+
DONT_SET_MARCH: 1
274277

275278
- name: Cache ML data
276279
uses: actions/cache@v4

0 commit comments

Comments
 (0)