From 3d80612cf3078e303e03c1286bad28a6b1c33769 Mon Sep 17 00:00:00 2001 From: Kimiyuki Onaka Date: Mon, 28 Sep 2020 23:55:36 +0900 Subject: [PATCH] Revert "Update .github/workflows/verify.yml for test" This reverts commit 276544927f271982a93cade4f68d81e575bf55c8. --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 018db1b2..731d95e8 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -13,7 +13,7 @@ jobs: uses: actions/setup-python@v1 - name: Install dependencies - run: pip3 install -U git+https://github.com/online-judge-tools/verification-helper.git@remove-gitignore + run: pip3 install -U git+https://github.com/online-judge-tools/verification-helper.git@master # required only if you want to verify Haskell code