Skip to content

Commit

Permalink
fixing cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Aug 29, 2022
1 parent fd5efa2 commit 14287b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ env:
# You should go up in number, if you go down (or repeat a previous value)
# you might end up reusing a previous cache if it haven't been deleted already.
# It applies 7 days retention policy by default.
RESET_PIP_CACHE: 1
RESET_EXAMPLES_CACHE: 1
RESET_DOC_BUILD_CACHE: 1
RESET_AUTOSUMMARY_CACHE: 1
RESET_PIP_CACHE: 4
RESET_EXAMPLES_CACHE: 4
RESET_DOC_BUILD_CACHE: 4
RESET_AUTOSUMMARY_CACHE: 4
PACKAGE_NAME: PyMAPDL

concurrency:
Expand Down

0 comments on commit 14287b7

Please sign in to comment.