Updated azure-ci-build-pipeline.yaml

This commit is contained in:
Marek Wolan
2023-07-03 16:02:59 +00:00
parent 9964ac4cea
commit 0fcc5c0179

View File

@@ -61,7 +61,7 @@ steps:
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"
forfiles /p dist\ /m *.whl /c "cmd /c python -m pip install @file[dev]"
displayName: 'Install PrimAITE'
condition: eq( variables['Agent.OS'], 'Windows_NT' )