We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d8c39 commit d24e6b0Copy full SHA for d24e6b0
.github/workflows/CI.yml
@@ -46,6 +46,8 @@ jobs:
46
version: ${{ matrix.version }}
47
arch: ${{ matrix.arch }}
48
- uses: julia-actions/cache@v1
49
+ with:
50
+ cache-packages: "false" # caching Conda.jl causes precompilation error
51
- uses: julia-actions/julia-buildpkg@latest
52
- uses: julia-actions/julia-runtest@latest
53
env:
0 commit comments