We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94bcf2d commit 2765449Copy full SHA for 2765449
.github/workflows/verify.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/setup-python@v1
14
15
- name: Install dependencies
16
- run: pip3 install -U git+https://github.com/online-judge-tools/verification-helper.git@master
+ run: pip3 install -U git+https://github.com/online-judge-tools/verification-helper.git@remove-gitignore
17
18
19
# required only if you want to verify Haskell code
0 commit comments