Commit 0c65598
Max Moldovan
fix(ci): skip greta tests on CI before the usability probe
The greta usability probe (tensorflow::tf_version() in
skip_if_greta_backend_unusable) is called before skipping. On Windows CI
that probe triggers reticulate's uv-based auto-provisioning -- a large
TensorFlow download that fails the job -- whereas on Linux/macOS it
returns FALSE and the test skips cleanly. This made windows-latest
R-CMD-check flaky (greta's Python stack is intentionally absent on CI).
Skip on CI before probing so the download is never triggered.1 parent f441486 commit 0c65598
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
38 | 45 | | |
39 | 46 | | |
40 | 47 | | |
| |||
0 commit comments