Skip to content

Commit

Permalink
adding EnvSetupScript: ${{parameters.EnvSetupScript}}
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Nov 17, 2023
1 parent 3cb217d commit c0f9ca7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:

- template: win-ci-prebuild-steps.yml
parameters:
EnvSetupScript: ${{parameters.EnvSetupScript}}
${{ if contains(parameters.additionalBuildFlags, 'use_cuda') }}:
DownloadCUDA: true
${{ else }}:
Expand Down

0 comments on commit c0f9ca7

Please sign in to comment.