Skip to content

Commit 8a5e464

Browse files
authored
Merge pull request #206 from jakirkham-feedstocks/skip_flaky_r_tst_win
Skip flaky R test on Windows
2 parents 4a469ca + e5bd5f1 commit 8a5e464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ outputs:
265265
files:
266266
- test-r-xgboost.r
267267
commands:
268-
- Rscript test-r-xgboost.r # [not (win and cuda_compiler != "None")]
268+
- Rscript test-r-xgboost.r # [not win]
269269

270270
- name: r-xgboost-cpu
271271
build:

0 commit comments

Comments
 (0)