@@ -311,10 +311,6 @@ jobs:
311
311
uses : actions/setup-python@v1
312
312
with :
313
313
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')}}
318
314
- name : Install dependencies
319
315
run : |
320
316
brew update || true
@@ -348,10 +344,6 @@ jobs:
348
344
uses : actions/setup-python@v1
349
345
with :
350
346
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')}}
355
347
- name : Install dependencies
356
348
run : |
357
349
brew update || true
@@ -391,10 +383,6 @@ jobs:
391
383
uses : actions/setup-python@v1
392
384
with :
393
385
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')}}
398
386
- name : Install dependencies
399
387
run : |
400
388
brew update || true
@@ -434,10 +422,6 @@ jobs:
434
422
uses : actions/setup-python@v1
435
423
with :
436
424
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')}}
441
425
- name : Install dependencies
442
426
run : |
443
427
brew update || true
@@ -590,10 +574,6 @@ jobs:
590
574
uses : actions/setup-python@v1
591
575
with :
592
576
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')}}
597
577
- name : Install dependencies
598
578
run : |
599
579
brew update || true
0 commit comments