Build a fresh library every time

This commit is contained in:
Eren Dogan 2023-01-28 15:29:50 -08:00
parent 078042d0e0
commit 30e085ccc2
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ jobs:
uses: actions/checkout@v1
- name: Library build
run: |
rm -rf ~/.local/lib/python3.8/site-packages/openram*
make library
- name: Build conda
run: |