Skip to content

Commit

Permalink
どうしてキャッシュはみつからないのでしょうか
Browse files Browse the repository at this point in the history
  • Loading branch information
tatyam-prime committed May 31, 2024
1 parent e491b32 commit d39b407
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: 'pip'

- name: Install online-judge-verify-helper
Expand All @@ -37,3 +38,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_PAT: ${{ secrets.GH_PAT }}
run: oj-verify all

- run: git switch main

0 comments on commit d39b407

Please sign in to comment.