Remove redundant build step
authorCesar Strauss <cestrauss@gmail.com>
Sat, 22 May 2021 21:12:48 +0000 (18:12 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Sat, 22 May 2021 21:14:51 +0000 (18:14 -0300)
The pywriter script has already ran, as part of the openpower-isa install.

.gitlab-ci.yml

index 3257e694d25b8f981ebdac5fe3c2b919424d65f2..5f359a060a4ae697c18535b1d6379f52556b1f22 100644 (file)
@@ -119,5 +119,4 @@ build:
         - popd
 
         - python setup.py develop
-        - pywriter > /dev/null 2>&1
         - nosetests -v --processes=-1 --process-timeout=120