Skip to content

Implement ZstdZarrCompressor #164

Implement ZstdZarrCompressor

Implement ZstdZarrCompressor #164

Triggered via pull request June 25, 2024 00:21
Status Failure
Total duration 3m 30s
Artifacts

Documenter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 notice
Documentation: ../../../.julia/packages/Documenter/CJeWX/src/utilities/utilities.jl#L44
invalid doctest block in src/reference.md:29-33 Requires `julia> ` or `# output` ```jldoctest using Zarr, CodecZstd zarray = zzeros(UInt16, 1024, 512, compressor="zstd", path="zarr_zstd_demo") zarray2 = zopen("zarr_zstd_demo") ```
Documentation
Process completed with exit code 1.
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`