mirror of https://github.com/VLSIDA/OpenRAM.git
Install dependencies before running regression
This commit is contained in:
parent
5081cf2383
commit
18b19b8d9d
|
|
@ -12,6 +12,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v1
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip3 install -r requirements.txt
|
||||
- name: Library build
|
||||
run: |
|
||||
rm -rf ~/.local/lib/python3.8/site-packages/openram*
|
||||
|
|
|
|||
Loading…
Reference in New Issue