We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5081cf2 commit 18b19b8Copy full SHA for 18b19b8
1 file changed
.github/workflows/regress.yml
@@ -12,6 +12,9 @@ jobs:
12
steps:
13
- name: Checkout code
14
uses: actions/checkout@v1
15
+ - name: Install dependencies
16
+ run: |
17
+ pip3 install -r requirements.txt
18
- name: Library build
19
run: |
20
rm -rf ~/.local/lib/python3.8/site-packages/openram*
0 commit comments