Skip to content

Commit 14287b7

Browse files
committed
fixing cache.
1 parent fd5efa2 commit 14287b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ env:
2121
# You should go up in number, if you go down (or repeat a previous value)
2222
# you might end up reusing a previous cache if it haven't been deleted already.
2323
# It applies 7 days retention policy by default.
24-
RESET_PIP_CACHE: 1
25-
RESET_EXAMPLES_CACHE: 1
26-
RESET_DOC_BUILD_CACHE: 1
27-
RESET_AUTOSUMMARY_CACHE: 1
24+
RESET_PIP_CACHE: 4
25+
RESET_EXAMPLES_CACHE: 4
26+
RESET_DOC_BUILD_CACHE: 4
27+
RESET_AUTOSUMMARY_CACHE: 4
2828
PACKAGE_NAME: PyMAPDL
2929

3030
concurrency:

0 commit comments

Comments
 (0)