Skip to content

Commit

Permalink
build change
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroHG committed Nov 21, 2024
1 parent 16ee936 commit 3adfffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@ def ci_build(
# succeeded during an earlier run

pytest_platform = (
"OSXIntel64" if sys.platform.startswith("darwin") else "CloudRendering"
"CloudRendering" if only_cloudrendering else ("OSXIntel64" if sys.platform.startswith("darwin") else "CloudRendering")
)
# Weirdly even in Linux you can run utf tests using OSX build cache, but not CloudRendering
utf_test_platform = "CloudRendering" if only_cloudrendering else "OSXIntel64"
Expand Down

0 comments on commit 3adfffc

Please sign in to comment.