From 92deef42815cd400b45f8dfd223a2d35a2e757b6 Mon Sep 17 00:00:00 2001 From: tatyam Date: Fri, 31 May 2024 23:44:25 +0900 Subject: [PATCH] cache pip --- .github/workflows/verify.yml | 7 ++++--- .verify-helper/timestamps.remote.json | 15 --------------- 2 files changed, 4 insertions(+), 18 deletions(-) delete mode 100644 .verify-helper/timestamps.remote.json diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index f7f5cb5..98e13e0 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -17,13 +17,14 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 - - - name: Install dependencies + with: + cache: 'pip' + + - name: Install online-judge-verify-helper run: pip3 install -U online-judge-verify-helper - name: Cache judge data uses: actions/cache@v4 - id: cache-judge-data with: path: | .verify-helper/cache/ diff --git a/.verify-helper/timestamps.remote.json b/.verify-helper/timestamps.remote.json deleted file mode 100644 index abcf31c..0000000 --- a/.verify-helper/timestamps.remote.json +++ /dev/null @@ -1,15 +0,0 @@ -{ -"test/FPS/FFT.test.cpp": "2024-05-31 19:00:40 +0900", -"test/FPS/FFT_fast.test.cpp": "2024-05-31 19:00:40 +0900", -"test/data-structure/BIT.test.cpp": "2024-05-31 19:00:40 +0900", -"test/data-structure/FastSet.test.cpp": "2024-05-31 19:00:40 +0900", -"test/modint/BarrettReduction.test.cpp": "2024-05-31 19:00:40 +0900", -"test/modint/modint.test.cpp": "2024-05-31 19:00:40 +0900", -"test/string/KMP.test.cpp": "2024-05-31 19:00:40 +0900", -"test/string/LCP.test.cpp": "2024-05-31 19:00:40 +0900", -"test/string/Manacher.test.cpp": "2024-05-31 19:00:40 +0900", -"test/string/RollingHash.test.cpp": "2024-05-31 19:00:40 +0900", -"test/string/SuffixArray.test.cpp": "2024-05-31 19:00:40 +0900", -"test/string/Zalgorithm.test.cpp": "2024-05-31 19:00:40 +0900", -"test/template.test.cpp": "2024-05-31 19:00:40 +0900" -} \ No newline at end of file