Skip to content

Commit

Permalink
おとなしくrequirements.txt をつくる
Browse files Browse the repository at this point in the history
  • Loading branch information
tatyam-prime committed May 31, 2024
1 parent 6f65c8b commit 27611fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
cache: 'pip'
cache-dependency-path: ''

- name: Install online-judge-verify-helper
run: pip3 install -U online-judge-verify-helper
- name: Install dependencies
run: |
pip install -U pip
pip install -r requirements.txt
- name: Cache judge data
uses: actions/cache@v4
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
online-judge-verify-helper

0 comments on commit 27611fd

Please sign in to comment.