Skip to content

Commit

Permalink
chore: add pybamm installation to ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjholland committed Feb 1, 2025
1 parent eaf42e1 commit f8f21cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-version-file: "pyproject.toml"

- name: Install the project
run: |
run: | # install the project with pybamm for the import pybamm solution test
uv venv --seed
uv sync --all-extras --frozen
source .venv/bin/activate
Expand Down

0 comments on commit f8f21cc

Please sign in to comment.