Skip to content

Commit

Permalink
use condition in place of if
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Oct 25, 2024
1 parent ff7e2a8 commit fad334f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/pyinstaller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
displayName: install partseg
- bash: |
bash build_utils/build_libomp.sh
if: startsWith(variables['Agent.OS'], 'Darwin')
condition: startsWith(variables['Agent.OS'], 'Darwin')
displayName: install libomp
env:
MACOSX_DEPLOYMENT_TARGET: 10.15
Expand Down

0 comments on commit fad334f

Please sign in to comment.