Skip to content

Commit ed5a70a

Browse files
test also TIFFDatasets.jl
1 parent 8edd22b commit ed5a70a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/IntegrationTest.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
julia-version: [1]
2222
os: [ubuntu-latest]
2323
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}
2627

2728
steps:
2829
- uses: actions/checkout@v2
@@ -44,7 +45,7 @@ jobs:
4445
# force it to use this PR's version of the package
4546
Pkg.develop(PackageSpec(path=".")) # resolver may fail with main deps
4647
Pkg.update()
47-
Pkg.test() # resolver may fail with test time deps
48+
Pkg.test() # resolver may fail with test time deps
4849
catch err
4950
err isa Pkg.Resolve.ResolverError || rethrow()
5051
# If we can't resolve that means this is incompatible by SemVer and this is fine

0 commit comments

Comments
 (0)