Skip to content

Commit

Permalink
remove cache includes in the test matrix, unclear what those are doin
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Feb 15, 2024
1 parent edbe17e commit 36108b1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36108b1

Please sign in to comment.