Skip to content

Commit

Permalink
go back to original cache setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bgunnar5 committed Sep 30, 2024
1 parent 19c4bf7 commit 99257d8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/push-pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Check cache
uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('requirements/release.txt') }}-${{ hashFiles('requirements/dev.txt') }}

# - name: Cache Python dependencies
# uses: actions/cache@v2
# with:
Expand Down Expand Up @@ -172,6 +178,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Check cache
uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('requirements/release.txt') }}-${{ hashFiles('requirements/dev.txt') }}

# - name: Cache Python dependencies
# uses: actions/cache@v2
# with:
Expand Down Expand Up @@ -256,6 +268,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Check cache
uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('requirements/release.txt') }}-${{ hashFiles('requirements/dev.txt') }}

# - name: Cache Python dependencies
# uses: actions/cache@v2
# with:
Expand Down

0 comments on commit 99257d8

Please sign in to comment.