Add CI step to build conda

This commit is contained in:
Eren Dogan 2023-01-22 18:16:19 -08:00
parent efba4d785e
commit c04f54924c
1 changed files with 2 additions and 3 deletions

View File

@ -9,10 +9,9 @@ jobs:
- name: Library build - name: Library build
run: | run: |
make library make library
- name: Docker build - name: Build conda
run: | run: |
cd ${{ github.workspace }}/docker ./install_conda.sh
make build
- name: PDK Install - name: PDK Install
run: | run: |
export OPENRAM_HOME="${{ github.workspace }}/compiler" export OPENRAM_HOME="${{ github.workspace }}/compiler"