diff --git a/build_tools/github_actions/fetch_test_configurations.py b/build_tools/github_actions/fetch_test_configurations.py index f2d276541..2b7f72688 100644 --- a/build_tools/github_actions/fetch_test_configurations.py +++ b/build_tools/github_actions/fetch_test_configurations.py @@ -111,7 +111,7 @@ def _get_script_path(script_name: str) -> str: "fetch_artifact_args": "--blas --tests", "timeout_minutes": 30, "test_script": f"python {_get_script_path('test_hipsparse.py')}", - "platform": ["linux"], + "platform": ["linux", "windows"], "total_shards": 2, }, "rocsparse": {