Skip to content

Commit

Permalink
#2599 try again
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Jan 11, 2023
1 parent 22f2b71 commit de939cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
run: python scripts/install_KLU_Sundials.py
- name: Clone pybind11 repo (no history)
run: git clone --depth 1 --branch v2.6.2 https://github.com/pybind/pybind11.git
- name: Install pybamm
run: |
python -m pip install .
python -m pip wheel --no-deps --no-index .
cat setup.log
- name: Fetch base branch
run: |
# This workflow also runs for merge commits
Expand Down

0 comments on commit de939cf

Please sign in to comment.