From ee680f218b2e130e1a58e9085121b4f0c8dc5796 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Thu, 18 Apr 2019 09:24:07 +0200 Subject: [PATCH] appveyor doesn't clone shallow --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 41dfba47..72c69181 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,7 +23,7 @@ init: build_script: - git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/* - - git fetch --unshallow + - git fetch - git checkout %APPVEYOR_REPO_BRANCH% - git reset --hard %APPVEYOR_REPO_COMMIT% - python -m pip install -r requirements.txt