Strange error in CI when tagging my package

Hi guys,

I am trying to tag my package but I saw this strange error in CI and only in Julia 0.7:

Any ideas?

Here is the error:

INFO: Verifying METADATA...
ERROR: LoadError: packages with unsatisfiable requirements found:
    SatelliteToolbox v0.6.0 – no valid versions exist for package 
Stacktrace:
 [1] check_metadata(::Set{String}) at /home/travis/build/JuliaLang/METADATA.jl/.test/METADATA.jl:275
 [2] check_metadata() at /home/travis/build/JuliaLang/METADATA.jl/.test/METADATA.jl:262
 [3] top-level scope at none:0
 [4] include at ./boot.jl:317 [inlined]
 [5] include_relative(::Module, ::String) at ./loading.jl:1038
 [6] include(::Module, ::String) at ./sysimg.jl:29
 [7] include(::String) at ./client.jl:398
 [8] top-level scope at none:0
in expression starting at /home/travis/build/JuliaLang/METADATA.jl/.test/METADATA.jl:279
The command "sh .test/ci.sh" exited with 1.

I fixed by requiring julia 1.0 in REQUIRE.

1 Like