From 045150938c28e55c2be272d4ebdcef4ff4d1e513 Mon Sep 17 00:00:00 2001 From: Robert Bendun Date: Sun, 22 May 2022 15:03:32 +0200 Subject: [PATCH] Removed python installing from CI --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b98313..a0eed98 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,5 +17,3 @@ unit-testing: stage: test script: - make unit-tests - - apt-get update && apt-get install -y python3 -# - python3 etc/tools/test.py test examples \ No newline at end of file