Skip to content

Commit

Permalink
pybamm-team#3480 update pybind11 for workflow + revert to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Dec 16, 2023
1 parent 9277940 commit cc33154
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.8

- name: Install Linux system dependencies
run: |
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip wheel setuptools wget cmake casadi pybind11
python -m pip install --upgrade pip wheel setuptools wget cmake casadi pybind11[global]
python -m pip install asv[virtualenv]
- name: Install SuiteSparse and SUNDIALS
Expand Down
2 changes: 1 addition & 1 deletion asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"build_command": [
"python -m pip install pybind11[global]",
"python setup.py build",
"PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}"
"PIP_NO_BUILD_ISOLATION=false python -m pip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}"
],

// List of branches to benchmark. If not provided, defaults to "master"
Expand Down

0 comments on commit cc33154

Please sign in to comment.