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
run: |
make library
- name: Docker build
- name: Build conda
run: |
cd ${{ github.workspace }}/docker
make build
./install_conda.sh
- name: PDK Install
run: |
export OPENRAM_HOME="${{ github.workspace }}/compiler"