Skip to content

Commit 0c3f3f8

Browse files
committed
Add missing Julia package.
1 parent 8980791 commit 0c3f3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install Julia
5252
run: curl -fsSL https://install.julialang.org | sh -s -- -y
5353
- name: Disable Julia precompilation
54-
run: julia -e 'using Pkg; Pkg.add("PrecompileTools"); using PrecompileTools, Preferences; set_preferences!(PrecompileTools, "precompile_workloads" => false; force=true)'
54+
run: julia -e 'using Pkg; Pkg.add(["PrecompileTools", "Preferences"]); using PrecompileTools, Preferences; set_preferences!(PrecompileTools, "precompile_workloads" => false; force=true)'
5555
- name: Install Julia Packages
5656
run: julia -e 'using Pkg; Pkg.add(["Finch", "HDF5"])'
5757
- name: Tensor Tests

0 commit comments

Comments
 (0)