Export $PDK_ROOT before running regression

This commit is contained in:
Eren Dogan 2023-04-14 15:54:22 -07:00
parent e972427e5f
commit 0e3fd80a05
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ jobs:
run: | run: |
export OPENRAM_HOME="${{ github.workspace }}/compiler" export OPENRAM_HOME="${{ github.workspace }}/compiler"
export OPENRAM_TECH="${{ github.workspace }}/technology" export OPENRAM_TECH="${{ github.workspace }}/technology"
export PDK_ROOT="${{ github.workspace }}/pdk"
export FREEPDK45="~/FreePDK45" export FREEPDK45="~/FreePDK45"
# KLAYOUT_PATH breaks klayout installation. Unset it for now... # KLAYOUT_PATH breaks klayout installation. Unset it for now...
unset KLAYOUT_PATH unset KLAYOUT_PATH