Skip to content

Commit 7eaec79

Browse files
committed
Refreshing test github action caches
1 parent e8387fb commit 7eaec79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/cache@v4
5050
with:
5151
path: ~/.local
52-
key: poetry-v7
52+
key: poetry-v8
5353

5454
- name: Install Poetry
5555
if: steps.cached-poetry.outputs.cache-hit != 'true'
@@ -67,7 +67,7 @@ jobs:
6767
uses: actions/cache@v4
6868
with:
6969
path: .venv
70-
key: venv-v7-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
70+
key: venv-v8-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
7171

7272
- name: Install mlx
7373
run: poetry run pip install "mlx[cpu]==0.28.0" "mlx-lm==0.26.3"

0 commit comments

Comments
 (0)