Skip to content

Commit 81c9d89

Browse files
committed
remove cache from macos as it'd be useless
1 parent 721b650 commit 81c9d89

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/test_deploy.yml

-20
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,6 @@ jobs:
311311
uses: actions/setup-python@v1
312312
with:
313313
python-version: ${{ matrix.python-version }}
314-
- uses: actions/cache@v2
315-
with:
316-
path: ${{ env.pythonLocation }}
317-
key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-${{hashFiles('poetry.lock')}}
318314
- name: Install dependencies
319315
run: |
320316
brew update || true
@@ -348,10 +344,6 @@ jobs:
348344
uses: actions/setup-python@v1
349345
with:
350346
python-version: ${{ matrix.python-version }}
351-
- uses: actions/cache@v2
352-
with:
353-
path: ${{ env.pythonLocation }}
354-
key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-${{hashFiles('poetry.lock')}}
355347
- name: Install dependencies
356348
run: |
357349
brew update || true
@@ -391,10 +383,6 @@ jobs:
391383
uses: actions/setup-python@v1
392384
with:
393385
python-version: ${{ matrix.python-version }}
394-
- uses: actions/cache@v2
395-
with:
396-
path: ${{ env.pythonLocation }}
397-
key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-${{hashFiles('poetry.lock')}}
398386
- name: Install dependencies
399387
run: |
400388
brew update || true
@@ -434,10 +422,6 @@ jobs:
434422
uses: actions/setup-python@v1
435423
with:
436424
python-version: ${{ matrix.python-version }}
437-
- uses: actions/cache@v2
438-
with:
439-
path: ${{ env.pythonLocation }}
440-
key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-${{hashFiles('poetry.lock')}}
441425
- name: Install dependencies
442426
run: |
443427
brew update || true
@@ -590,10 +574,6 @@ jobs:
590574
uses: actions/setup-python@v1
591575
with:
592576
python-version: ${{ matrix.python-version }}
593-
- uses: actions/cache@v2
594-
with:
595-
path: ${{ env.pythonLocation }}
596-
key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-${{hashFiles('poetry.lock')}}
597577
- name: Install dependencies
598578
run: |
599579
brew update || true

0 commit comments

Comments
 (0)