JuliaIO / Parquet.jl

Julia implementation of Parquet columnar file format reader
Other
112 stars 32 forks source link

Use artifacts for fetching testing data #168

Closed giordano closed 2 years ago

giordano commented 2 years ago

This avoids git cloning repositories every single time in CI and should make tests finish in a finite amount of time (also because artifacts can be cached).

giordano commented 2 years ago

Actually, I'll do this in #166