Commit 4d6e568
committed
ci: Add DATADEPS_ALWAYS_ACCEPT for remote dataset downloads
Fixes #61
DataDeps.jl requires the DATADEPS_ALWAYS_ACCEPT environment variable
to be set in CI environments to automatically accept data dependency
downloads without user interaction. Without this, downloads of remote
datasets from Figshare fail with HTTP 403 errors on macOS runners.
This is a standard requirement for using DataDeps.jl in CI, as
documented in the DataDeps.jl documentation.1 parent b6b2913 commit 4d6e568
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
38 | 47 | | |
39 | 48 | | |
40 | 49 | | |
| |||
0 commit comments