From 560b1d766be9feef27476a7ab490e1546c9bdc43 Mon Sep 17 00:00:00 2001 From: amercader Date: Mon, 18 Mar 2024 11:47:11 +0100 Subject: [PATCH] Bump cache action --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 19dab70..76f0a04 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,13 +31,14 @@ jobs: steps: - uses: actions/checkout@v4 - name: Cache models - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/torch key: ${{ runner.os }}-torch-models- - name: Install requirements # Install any extra requirements your extension has here (dev requirements, other extensions etc) run: | + pip install -U pip pip install -r requirements.txt pip install -r dev-requirements.txt pip install -e .