Updated azure-ci-build-pipeline.yaml

This commit is contained in:
Marek Wolan
2023-07-03 13:36:33 +00:00
parent fa231057a8
commit 9964ac4cea

View File

@@ -58,7 +58,7 @@ steps:
PRIMAITE_WHEEL=$(ls ./dist/primaite*.whl)
python -m pip install $PRIMAITE_WHEEL[dev]
displayName: 'Install PrimAITE'
condition: eq( variables['Agent.OS'], 'Linux' )
condition: or(eq( variables['Agent.OS'], 'Linux' ), eq( variables['Agent.OS'], 'Darwin' ))
- script: |
forfiles /p dist\ /m *.whl /c "cmd /c python -m pip install @file"