Skip to content

Commit

Permalink
216 - Use version for fjelltopp-theme installation (#218)
Browse files Browse the repository at this point in the history
* The theme is installed using a git tag

* latest ckanext-zarr added

* Now using the CKAN_VENV env var

---------

Co-authored-by: toavina <[email protected]>
  • Loading branch information
A-Souhei and toavina authored Nov 20, 2024
1 parent 7008338 commit 6965992
Show file tree
Hide file tree
Showing 6 changed files with 257 additions and 266 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@
[submodule "ckanext-zarr"]
path = ckanext-zarr
url = [email protected]:fjelltopp/ckanext-zarr.git
[submodule "ckanext-fjelltopp-theme"]
path = ckanext-fjelltopp-theme
url = [email protected]:fjelltopp/ckanext-fjelltopp-theme.git
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ itsdangerous = "==2.0.1"
# Install packages under active development in editable mode
ckan = {path = "./ckan"}
ckanext-zarr = {editable = true, path = "./ckanext-zarr"}
ckanext-fjelltopp-theme = {editable = true, path = "./ckanext-fjelltopp-theme"}
ckanext-fjelltopp-theme = {editable = true, ref = "v1.0.1", git = "https://github.com/fjelltopp/ckanext-fjelltopp-theme.git"}

[dev-packages]
beautifulsoup4 = "*"
Expand Down
Loading

0 comments on commit 6965992

Please sign in to comment.