From 7d4db5c523abdb9fd0be04f7861d6d401e71b61b Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 17 Jul 2018 18:23:08 -0700 Subject: [PATCH] Revert "Merge pull request #788 from pre-commit/cache_cargo_windows" This reverts commit e731aa835ce445cb5ba0cfec8c0637ac6933577c, reversing changes made to a4b5a9f7fb2cb26d8d0c23620b701130f651d8bf. --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4b47e592..23d3931c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,4 +27,3 @@ test_script: tox cache: - '%LOCALAPPDATA%\pip\cache' - '%USERPROFILE%\.cache\pre-commit' - - '%USERPROFILE%\.cargo'