Skip to content

Commit 0a03844

Browse files
authored
ci: test fileserver cache (#127)
1 parent cfbbe81 commit 0a03844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ess/amor/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def _make_pooch():
1212
return pooch.create(
1313
path=pooch.os_cache("ess/amor"),
1414
env="ESS_AMOR_DATA_DIR",
15-
base_url="https://public.esss.dk/groups/scipp/ess/amor/{version}/",
15+
base_url="https://fileserver-cache.johanneskasimir.workers.dev/groups/scipp/ess/amor/{version}/",
1616
version=_version,
1717
registry={
1818
"reference.nxs": "md5:56d493c8051e1c5c86fb7a95f8ec643b",

0 commit comments

Comments
 (0)