Skip to content

Commit b4c1610

Browse files
committed
attempt to fix CI for sea level
1 parent b21943a commit b4c1610

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sea_lvl.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
export sea_level_files, SeaLevel, load_sea_level, curve_name
22

3-
const sea_level_path = joinpath(pwd(), "src/sea_level_data")
3+
pkg_dir = pkgdir(GeophysicalModelGenerator)
4+
5+
const sea_level_path = joinpath(pkg_dir, joinpath("src","sea_level_data"))
46

57
const sea_level_files = Dict(
68
:Spratt_800ka => "Spratt2016-800ka.txt",

0 commit comments

Comments
 (0)