From c01a7915d7187886a217d147f432634289742850 Mon Sep 17 00:00:00 2001 From: Eren Dogan Date: Fri, 14 Apr 2023 09:56:14 -0700 Subject: [PATCH] Enable pdk installation on before regression --- .github/workflows/regress.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/regress.yml b/.github/workflows/regress.yml index b98153ab..2526a136 100644 --- a/.github/workflows/regress.yml +++ b/.github/workflows/regress.yml @@ -23,10 +23,10 @@ jobs: run: | export OPENRAM_HOME="${{ github.workspace }}/compiler" export OPENRAM_TECH="${{ github.workspace }}/technology" - #cd $OPENRAM_HOME/tests - #export PDK_ROOT="${{ github.workspace }}/pdk" - #make pdk - #make install + cd $OPENRAM_HOME/tests + export PDK_ROOT="${{ github.workspace }}/pdk" + make pdk + make install - name: Regress run: | export OPENRAM_HOME="${{ github.workspace }}/compiler"