From 145a58954ef20f573f0f5f49f6122d38cb57663b Mon Sep 17 00:00:00 2001 From: Chetanya Goyal <95761876+chetanyagoyal@users.noreply.github.com> Date: Tue, 4 Jun 2024 19:21:45 +0530 Subject: [PATCH] Update glayout_opamp_sim.yml --- .github/workflows/glayout_opamp_sim.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/glayout_opamp_sim.yml b/.github/workflows/glayout_opamp_sim.yml index 44da8fd2f..7c81f04fd 100644 --- a/.github/workflows/glayout_opamp_sim.yml +++ b/.github/workflows/glayout_opamp_sim.yml @@ -36,7 +36,7 @@ jobs: -w $PWD \ $IMAGE_NAME \ bash -c "\ - cp ./.github/scripts/test_glayout.py ./openfasoc/generators/glayout/tapeout/tapeout_and_RL/. &&\ + cp ./.github/scripts/test_glayout_ci.py ./openfasoc/generators/glayout/tapeout/tapeout_and_RL/. &&\ pip3 install -r requirements.txt &&\ cd ./openfasoc/generators/glayout/tapeout/tapeout_and_RL/ &&\ pip3 install prettyprint prettyprinttree gdstk &&\