Skip to content

Commit d24e6b0

Browse files
authored
Fix CI
1 parent 25d8c39 commit d24e6b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
version: ${{ matrix.version }}
4747
arch: ${{ matrix.arch }}
4848
- uses: julia-actions/cache@v1
49+
with:
50+
cache-packages: "false" # caching Conda.jl causes precompilation error
4951
- uses: julia-actions/julia-buildpkg@latest
5052
- uses: julia-actions/julia-runtest@latest
5153
env:

0 commit comments

Comments
 (0)