From 63a4c1119b453ac27d65ab8764c148bca6d3790a Mon Sep 17 00:00:00 2001 From: Marek Wolan Date: Mon, 3 Jul 2023 12:40:02 +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 91c113a7..5ce13919 100644 --- a/.azure/azure-ci-build-pipeline.yaml +++ b/.azure/azure-ci-build-pipeline.yaml @@ -58,7 +58,7 @@ steps: - ${{ if eq( variables['Agent.OS'], 'Linux') }}: PRIMAITE_WHEEL=$(ls ./dist/primaite*.whl) python -m pip install $PRIMAITE_WHEEL[dev] -- ${{ elseif eq( variable['Agent.OS'], 'Windows_NT') }}: +- ${{ elseif eq( variables['Agent.OS'], 'Windows_NT') }}: forfiles /p dist\ /m *.whl /c "cmd /c python -m pip install @file" displayName: 'Install PrimAITE'