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 d0404ce commit 13ada1dCopy full SHA for 13ada1d
.github/workflows/CI.yml
@@ -18,9 +18,8 @@ jobs:
18
fail-fast: false
19
matrix:
20
version:
21
- - '1.8'
22
- '1'
23
- #- 'nightly'
+ - 'nightly'
24
os:
25
- ubuntu-latest
26
arch:
src/TensorInference.jl
@@ -44,9 +44,9 @@ import PrecompileTools
44
PrecompileTools.@setup_workload begin
45
# Putting some things in `@setup_workload` instead of `@compile_workload` can reduce the size of the
46
# precompile file and potentially make loading faster.
47
- #PrecompileTools.@compile_workload begin
48
- #include("../example/asia/asia.jl")
49
- #end
+ PrecompileTools.@compile_workload begin
+ include("../example/asia/asia.jl")
+ end
50
end
51
52
end # module
0 commit comments