Skip to content

Commit

Permalink
Change opamp_sim script to downgrade to numpy version 1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
srpathen committed Jun 24, 2024
1 parent 722d3db commit 9c1ef57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/glayout_opamp_sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
pip3 install -r requirements.txt &&\
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 test_glayout_ci.py --component opamp_parametric
" && exit_code=$? | tee -a glayout.log
if [ $? -ne 0 ]; then exit 1; fi
Expand Down

0 comments on commit 9c1ef57

Please sign in to comment.