Skip to content

Commit 5b5a2b6

Browse files
committed
fix: Update dependency installation to use stable package instead of GitHub repo
1 parent 8ae64b5 commit 5b5a2b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-python@v4
2222

2323
- name: Install dependencies
24-
run: pip3 install -U git+https://github.com/online-judge-tools/verification-helper.git@master
24+
run: pip3 install online-judge-verify-helper
2525

2626
- name: Run tests
2727
env:

0 commit comments

Comments
 (0)