Skip to content

Commit

Permalink
Add const _legend_testdata_commit
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed Sep 11, 2024
1 parent 3498993 commit eab65a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/LegendTestData.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ module LegendTestData
using Artifacts


const _legend_testdata_commit="82ad6c2"

"""
legend_test_data_path()::AbstractString
Expand All @@ -22,7 +24,7 @@ managed via [DataDeps.jl](https://github.com/oxinabox/DataDeps.jl).
Set `ENV["DATADEPS_ALWAYS_ACCEPT"] = "true"` to avoid interactive prompt
asking for download permission.
"""
legend_test_data_path() = joinpath(artifact"legend_testdata", "legend-exp-legend-testdata-82ad6c2")
legend_test_data_path() = joinpath(artifact"legend_testdata", "legend-exp-legend-testdata-$_legend_testdata_commit")
export legend_test_data_path


Expand Down

0 comments on commit eab65a2

Please sign in to comment.