Skip to content

Commit a2d7a3c

Browse files
committed
Revert "gha - opt out Julia Cache"
This reverts commit 210961e. Julia cache is required to speed up each job. However, the caching mechanism is still a problem as it will throw a warning for each other job than the one which managed to save with action v4 Saving a cache for each buckets would be too heavy in total storage (we are limited to 10Go).
1 parent cf0018b commit a2d7a3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test-smokes.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ jobs:
175175
version: "1.11.3"
176176

177177
- name: Cache Julia Packages
178-
# FIXME: deactivate julia cache for now
179-
if: false
180178
uses: julia-actions/cache@v2
181179

182180
- name: Restore Julia Packages

0 commit comments

Comments
 (0)