From 36108b1991b9a9a160d72e0c24767f063f18bde3 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Wed, 14 Feb 2024 20:44:14 -0800 Subject: [PATCH] remove cache includes in the test matrix, unclear what those are doin --- .github/workflows/testing.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 2bbbfcf..8229b58 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -13,13 +13,6 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: ["3.8", "3.9", "3.10"] #3.9 only failing for tables on macos and windows; mwm 6302021 - include: - - os: ubuntu-latest - path: ~/.cache/pip - - os: macos-11 - path: ~/Library/Caches/pip - - os: windows-latest - path: ~\AppData\Local\pip\Cache steps: - name: Checkout code