From 9964ac4cea372d5796fec8d54ce40142e0f42710 Mon Sep 17 00:00:00 2001 From: Marek Wolan Date: Mon, 3 Jul 2023 13:36:33 +0000 Subject: [PATCH] Updated azure-ci-build-pipeline.yaml --- .azure/azure-ci-build-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/azure-ci-build-pipeline.yaml b/.azure/azure-ci-build-pipeline.yaml index 06e44f48..244887a1 100644 --- a/.azure/azure-ci-build-pipeline.yaml +++ b/.azure/azure-ci-build-pipeline.yaml @@ -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"