From 9c35e3b0839cb20ced7d64957b5f06f94a9fa07b Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Tue, 26 Oct 2021 11:40:58 +0000 Subject: [PATCH] L2SS-287: Remove additional requirements installs from CI --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e0b5f61e..598995eb3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,7 +47,6 @@ unit_test: before_script: - sudo apt-get update - sudo apt-get install -y git - - pip3 install -r docker-compose/itango/lofar-requirements.txt script: - cd tangostationcontrol - tox -e py37 -- GitLab