Skip to content

Commit

Permalink
Install dependencies before running regression
Browse files Browse the repository at this point in the history
  • Loading branch information
erendn committed Jan 18, 2024
1 parent 5081cf2 commit 18b19b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/regress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down

0 comments on commit 18b19b8

Please sign in to comment.