File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 21
21
julia-version : [1]
22
22
os : [ubuntu-latest]
23
23
package :
24
- - {user: JuliaGeo, repo: GRIBDatasets.jl}
25
- - {user: Alexander-Barth, repo: NCDatasets.jl}
24
+ - {user: Alexander-Barth, repo: NCDatasets.jl}
25
+ - {user: JuliaGeo, repo: GRIBDatasets.jl}
26
+ - {user: Alexander-Barth, repo: TIFFDatasets.jl}
26
27
27
28
steps :
28
29
- uses : actions/checkout@v2
44
45
# force it to use this PR's version of the package
45
46
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
46
47
Pkg.update()
47
- Pkg.test() # resolver may fail with test time deps
48
+ Pkg.test() # resolver may fail with test time deps
48
49
catch err
49
50
err isa Pkg.Resolve.ResolverError || rethrow()
50
51
# If we can't resolve that means this is incompatible by SemVer and this is fine
You can’t perform that action at this time.
0 commit comments