From 699b57cb0a18c054defb67ae6931fbaacdc4c309 Mon Sep 17 00:00:00 2001 From: marina-p Date: Mon, 26 Oct 2020 10:47:29 -0700 Subject: [PATCH] Fix small bug in build script. (#12) Requirements do not need to be installed in this pipeline. --- ci_build_pipelines/stages/build/steps/restlerfullbuild.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ci_build_pipelines/stages/build/steps/restlerfullbuild.yml b/ci_build_pipelines/stages/build/steps/restlerfullbuild.yml index ff7bea5..f461a86 100644 --- a/ci_build_pipelines/stages/build/steps/restlerfullbuild.yml +++ b/ci_build_pipelines/stages/build/steps/restlerfullbuild.yml @@ -35,11 +35,6 @@ steps: versionSpec: '3.8' name: pyTools - - script: | - pip install -r ./restler/requirements.txt - pip install -r ./demo_server/requirements.txt - displayName: Install requirements - - script: | python ./build-restler.py --dest_dir $(Agent.BuildDirectory)/restler_drop failOnStderr: true