mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-03 16:18:49 -05:00
fix(ci): disable pip caching to avoid Windows failures
This commit is contained in:
12
.github/workflows/tinytorch-validate-dev.yml
vendored
12
.github/workflows/tinytorch-validate-dev.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user