From 9c7fdf4b8ba5edddbf6e3b4a3c919757e3a7e85e Mon Sep 17 00:00:00 2001 From: Petr Andriushchenko Date: Mon, 16 Oct 2023 16:10:42 +0200 Subject: [PATCH] added clear cache in windows in ci3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b929fe2e..2e69dede 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: Clear cache windows if: matrix.os == 'windows-latest' run: | - del /S 'C:\Users\runneradmin\AppData\Local\pooch\pooch\Cache\*' + del /S C:\Users\runneradmin\AppData\Local\pooch\pooch\Cache\* # - name: Run pytest test_objects # run: | # cd ammico