Skip to content

Commit 18b19b8

Browse files
committed
Install dependencies before running regression
1 parent 5081cf2 commit 18b19b8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/regress.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v1
15+
- name: Install dependencies
16+
run: |
17+
pip3 install -r requirements.txt
1518
- name: Library build
1619
run: |
1720
rm -rf ~/.local/lib/python3.8/site-packages/openram*

0 commit comments

Comments
 (0)