From c04f54924c125fc11560390cf8b50f7df94802f0 Mon Sep 17 00:00:00 2001 From: Eren Dogan Date: Sun, 22 Jan 2023 18:16:19 -0800 Subject: [PATCH] Add CI step to build conda --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ee401d1..4b477776 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"