Skip to content

Commit 2765449

Browse files
committed
Update .github/workflows/verify.yml for test
1 parent 94bcf2d commit 2765449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/setup-python@v1
1414

1515
- name: Install dependencies
16-
run: pip3 install -U git+https://github.com/online-judge-tools/verification-helper.git@master
16+
run: pip3 install -U git+https://github.com/online-judge-tools/verification-helper.git@remove-gitignore
1717

1818

1919
# required only if you want to verify Haskell code

0 commit comments

Comments
 (0)