Skip to content

Commit

Permalink
Use python -m pip invocation instead
Browse files Browse the repository at this point in the history
Co-authored-by: Saransh Chopra <[email protected]>
  • Loading branch information
agriyakhetarpal and Saransh-cpp authored Jan 5, 2024
1 parent ed3f741 commit 738cd57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_periodic_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install PyBaMM
run: pip install -e .
run: python -m pip install -e .

- name: Test pybamm_install_odes on ${{ matrix.os }}
run: |
pip cache purge
pip install wget cmake
python -m pip cache purge
python -m pip install wget cmake
pybamm_install_odes

0 comments on commit 738cd57

Please sign in to comment.