Skip to content

Commit

Permalink
Move promotions.csv file to src/ since we use it for precompile
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Oct 19, 2021
1 parent 137c33f commit cbdb2da
Show file tree
Hide file tree
Showing 2 changed files with 10,002 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ function _precompile_()
while false; end
# CSV.Context(IOBuffer(CSV.PRECOMPILE_DATA))
# foreach(row -> row, CSV.Rows(IOBuffer(PRECOMPILE_DATA)))
CSV.Context(joinpath(dirname(pathof(CSV)), "..", "test", "testfiles", "promotions.csv"))
CSV.Context(joinpath(dirname(pathof(CSV)), "promotions.csv"))
end
Loading

0 comments on commit cbdb2da

Please sign in to comment.