Skip to content

Commit 13ada1d

Browse files
committed
add precompiling back
1 parent d0404ce commit 13ada1d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1.8'
2221
- '1'
23-
#- 'nightly'
22+
- 'nightly'
2423
os:
2524
- ubuntu-latest
2625
arch:

src/TensorInference.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ import PrecompileTools
4444
PrecompileTools.@setup_workload begin
4545
# Putting some things in `@setup_workload` instead of `@compile_workload` can reduce the size of the
4646
# precompile file and potentially make loading faster.
47-
#PrecompileTools.@compile_workload begin
48-
#include("../example/asia/asia.jl")
49-
#end
47+
PrecompileTools.@compile_workload begin
48+
include("../example/asia/asia.jl")
49+
end
5050
end
5151

5252
end # module

0 commit comments

Comments
 (0)