Remove tab.

This commit is contained in:
mrg 2021-02-10 15:40:17 -08:00
parent 7610f23fc7
commit 8435908afa
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
. /home/github-runner/setup-paths.sh
export OPENRAM_HOME="`pwd`/compiler"
export OPENRAM_TECH="`pwd`/technology:/software/PDKs/skywater-tech"
export OPENRAM_TMP="`pwd`/scn4me_subm"
export OPENRAM_TMP="`pwd`/scn4me_subm"
python3-coverage run -p $OPENRAM_HOME/tests/regress.py -j 32 -t scn4m_subm
- name: Archive
uses: actions/upload-artifact@v2
@ -35,7 +35,7 @@ jobs:
. /home/github-runner/setup-paths.sh
export OPENRAM_HOME="`pwd`/compiler"
export OPENRAM_TECH="`pwd`/technology:/software/PDKs/skywater-tech"
export OPENRAM_TMP="`pwd`/freepdk45"
export OPENRAM_TMP="`pwd`/freepdk45"
python3-coverage run -p $OPENRAM_HOME/tests/regress.py -j 32 -t freepdk45
- name: Archive
uses: actions/upload-artifact@v2