From e80b115f124f56868c2455725a65479d57226225 Mon Sep 17 00:00:00 2001 From: Cesar Strauss Date: Sat, 22 May 2021 18:12:48 -0300 Subject: [PATCH] Remove redundant build step The pywriter script has already ran, as part of the openpower-isa install. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3257e694..5f359a06 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -119,5 +119,4 @@ build: - popd - python setup.py develop - - pywriter > /dev/null 2>&1 - nosetests -v --processes=-1 --process-timeout=120 -- 2.30.2