From abb6a0d52400df1f68270f7770d4cfb43771cb51 Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Fri, 20 Sep 2024 11:38:26 -0700 Subject: [PATCH] Change Rasters.jl branch --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5f6c725..92ed342 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -27,7 +27,7 @@ jobs: # TODO: DimensionalData v0.28 is not compatible with Rasters latest version, # and has Makie fixes that we need for the book, otherwise plotting errors out. # These can be removed after Rasters.jl's new breaking version. - PackageSpec(url = "https://github.com/asinghvi17/Rasters.jl", rev = "as/makie_and_cf"), + PackageSpec(url = "https://github.com/asinghvi17/Rasters.jl", rev = "as/dd28"), PackageSpec(url = "https://github.com/rafaqz/DimensionalData.jl", rev = "main"), ]) shell: julia {0}