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"