Enable pdk installation on before regression

This commit is contained in:
Eren Dogan
2023-04-14 09:56:14 -07:00
parent 503ec274f8
commit c01a7915d7
+4 -4
View File
@@ -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"