From e78c38959ba0cd72fb1d392e1fa4e34028d31ea7 Mon Sep 17 00:00:00 2001 From: sakib <107497530+srpathen@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:00:40 -0400 Subject: [PATCH] Update numpy version for workflow scripts to numpy version 1.23.5 --- .github/workflows/glayout_opamp_sim.yml | 2 +- .github/workflows/glayout_sky130.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/glayout_opamp_sim.yml b/.github/workflows/glayout_opamp_sim.yml index ad510a23f..856a0c51a 100644 --- a/.github/workflows/glayout_opamp_sim.yml +++ b/.github/workflows/glayout_opamp_sim.yml @@ -42,7 +42,7 @@ jobs: cd ./openfasoc/generators/glayout/tapeout/tapeout_and_RL/ &&\ pip3 install prettyprint prettyprinttree gdstk &&\ python3 -m pip uninstall numpy -y &&\ - python3 -m pip install numpy==1.23.3 &&\ + python3 -m pip install numpy==1.23.5 &&\ python3 test_glayout_ci.py --component opamp_parametric " && exit_code=$? | tee -a glayout.log if [ $? -ne 0 ]; then exit 1; fi diff --git a/.github/workflows/glayout_sky130.yml b/.github/workflows/glayout_sky130.yml index 436431f88..b2fb0f489 100644 --- a/.github/workflows/glayout_sky130.yml +++ b/.github/workflows/glayout_sky130.yml @@ -42,7 +42,7 @@ jobs: cd ./openfasoc/generators/glayout &&\ pip3 install gdsfactory==7.7.0 prettyprint prettyprinttree gdstk &&\ python3 -m pip uninstall numpy -y &&\ - python3 -m pip install numpy==1.23.3 &&\ + python3 -m pip install numpy==1.23.5 &&\ python3 test_glayout_ci.py --component opamp " && exit_code=$? | tee -a glayout.log if [ $? -ne 0 ]; then exit 1; fi @@ -65,7 +65,7 @@ jobs: cd ./openfasoc/generators/glayout &&\ pip3 install gdsfactory==7.7.0 prettyprint prettyprinttree gdstk &&\ python3 -m pip uninstall numpy -y &&\ - python3 -m pip install numpy==1.23.3 &&\ + python3 -m pip install numpy==1.23.5 &&\ python3 test_glayout_ci.py --component pmos " && exit_code=$? | tee -a glayout.log if [ $? -ne 0 ]; then exit 1; fi @@ -87,7 +87,7 @@ jobs: cd ./openfasoc/generators/glayout &&\ pip3 install gdsfactory==7.7.0 prettyprint prettyprinttree gdstk &&\ python3 -m pip uninstall numpy -y &&\ - python3 -m pip install numpy==1.23.3 &&\ + python3 -m pip install numpy==1.23.5 &&\ python3 test_glayout_ci.py --component nmos " && exit_code=$? | tee -a glayout.log if [ $? -ne 0 ]; then exit 1; fi @@ -109,7 +109,7 @@ jobs: cd ./openfasoc/generators/glayout &&\ pip3 install gdsfactory==7.7.0 prettyprint prettyprinttree gdstk &&\ python3 -m pip uninstall numpy -y &&\ - python3 -m pip install numpy==1.23.3 &&\ + python3 -m pip install numpy==1.23.5 &&\ python3 test_glayout_ci.py --component diff_pair " && exit_code=$? | tee -a glayout.log if [ $? -ne 0 ]; then exit 1; fi @@ -131,7 +131,7 @@ jobs: cd ./openfasoc/generators/glayout &&\ pip3 install gdsfactory==7.7.0 prettyprint prettyprinttree gdstk &&\ python3 -m pip uninstall numpy -y &&\ - python3 -m pip install numpy==1.23.3 &&\ + python3 -m pip install numpy==1.23.5 &&\ python3 test_glayout_ci.py --component current_mirror " && exit_code=$? | tee -a glayout.log if [ $? -ne 0 ]; then exit 1; fi