Skip to content

Commit

Permalink
pybamm-team#3049 remove setup.py as CI cache dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal authored and js1tr3 committed Aug 12, 2024
1 parent eb14674 commit 23af6b2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: setup.py

- name: Cache pybamm-requires nox environment for GNU/Linux and macOS
uses: actions/cache@v3
Expand Down Expand Up @@ -143,7 +142,6 @@ jobs:
with:
python-version: 3.11
cache: 'pip'
cache-dependency-path: setup.py

- name: Cache pybamm-requires nox environment for GNU/Linux
uses: actions/cache@v3
Expand Down Expand Up @@ -221,7 +219,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: setup.py

- name: Cache pybamm-requires nox environment for GNU/Linux and macOS
uses: actions/cache@v3
Expand Down Expand Up @@ -277,7 +274,6 @@ jobs:
with:
python-version: 3.11
cache: 'pip'
cache-dependency-path: setup.py

- name: Install standard Python dependencies
run: |
Expand Down Expand Up @@ -321,7 +317,6 @@ jobs:
with:
python-version: 3.11
cache: 'pip'
cache-dependency-path: setup.py

- name: Cache pybamm-requires nox environment for GNU/Linux
uses: actions/cache@v3
Expand Down Expand Up @@ -374,7 +369,6 @@ jobs:
with:
python-version: 3.11
cache: 'pip'
cache-dependency-path: setup.py

- name: Cache pybamm-requires nox environment for GNU/Linux
uses: actions/cache@v3
Expand Down

0 comments on commit 23af6b2

Please sign in to comment.