Skip to content

Commit 8c5651d

Browse files
committed
edit verify.yml
1 parent 59e50de commit 8c5651d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/verify.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
cache: 'pip'
1717

1818
- name: Install dependencies
19-
run: pip install -U online-judge-verify-helper
19+
run: |
20+
pip install -U pip
21+
pip install requirements.txt
2022
2123
- name: Run tests
2224
env:

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
online-judge-verify-helper

0 commit comments

Comments
 (0)