Skip to content

Commit

Permalink
add dev optional pybop install
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyPlanden committed Apr 13, 2024
1 parent 66b6e5d commit 7c1bd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_dependency_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install -e .[all]
python -m pip install -e .[all,dev]
python -m pip uninstall -y pybamm
python -m pip install git+https://github.com/pybamm-team/PyBaMM.git@develop
python -m pip install pybtex
Expand Down

0 comments on commit 7c1bd0a

Please sign in to comment.