Skip to content

Commit

Permalink
cache pip
Browse files Browse the repository at this point in the history
  • Loading branch information
tatyam-prime committed May 31, 2024
1 parent 69c4517 commit 92deef4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
15 changes: 0 additions & 15 deletions .verify-helper/timestamps.remote.json

This file was deleted.

0 comments on commit 92deef4

Please sign in to comment.