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 8980791 commit 0c3f3f8Copy full SHA for 0c3f3f8
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Install Julia
52
run: curl -fsSL https://install.julialang.org | sh -s -- -y
53
- name: Disable Julia precompilation
54
- run: julia -e 'using Pkg; Pkg.add("PrecompileTools"); using PrecompileTools, Preferences; set_preferences!(PrecompileTools, "precompile_workloads" => false; force=true)'
+ run: julia -e 'using Pkg; Pkg.add(["PrecompileTools", "Preferences"]); using PrecompileTools, Preferences; set_preferences!(PrecompileTools, "precompile_workloads" => false; force=true)'
55
- name: Install Julia Packages
56
run: julia -e 'using Pkg; Pkg.add(["Finch", "HDF5"])'
57
- name: Tensor Tests
0 commit comments