fix(ci): disable pip caching to avoid Windows failures

This commit is contained in:
Vijay Janapa Reddi
2026-01-26 12:03:24 -05:00
parent e3c9f0b445
commit 87b082fe0b

View File

@@ -227,8 +227,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
cache-dependency-path: 'tinytorch/requirements.txt'
- name: Install dependencies
run: |
@@ -272,8 +270,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
cache-dependency-path: 'tinytorch/requirements.txt'
- name: Install dependencies
run: |
@@ -315,8 +311,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
cache-dependency-path: 'tinytorch/requirements.txt'
- name: Install dependencies
run: |
@@ -358,8 +352,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
cache-dependency-path: 'tinytorch/requirements.txt'
- name: Install dependencies
run: |
@@ -403,8 +395,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
cache-dependency-path: 'tinytorch/requirements.txt'
- name: Install dependencies
run: |
@@ -441,8 +431,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
cache-dependency-path: 'tinytorch/requirements.txt'
- name: Install dependencies
run: |