Skip to content

Commit

Permalink
Pin asv==0.5.1 to fix failing benchmarks (pybamm-team#3310)
Browse files Browse the repository at this point in the history
* Pin `asv==0.5.1` to fix failing benchmarks

* Add comment for pinning `asv==0.5.1`
  • Loading branch information
arjxn-py authored Sep 5, 2023
1 parent c1c7c29 commit b7ee3ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
sudo apt-get update
sudo apt install gfortran gcc libopenblas-dev
- name: Install python dependencies
# Pin asv==0.5.1 to fix failing benchmarks. Related to https://github.com/airspeed-velocity/asv/issues/1323
run: |
python -m pip install --upgrade pip wheel setuptools virtualenv asv wget cmake casadi numpy
python -m pip install --upgrade pip wheel setuptools virtualenv asv==0.5.1 wget cmake casadi numpy
- name: Install SuiteSparse and Sundials
run: python scripts/install_KLU_Sundials.py
- name: Fetch base branch
Expand Down

0 comments on commit b7ee3ca

Please sign in to comment.