Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCalvert committed Nov 5, 2024
2 parents 62a6cb0 + 184ff9f commit a3d525b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ckan/setup/dbca_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanex
pip3 install -e git+http://github.com/ckan/ckanext-report.git@master#egg=ckanext-report --exists-action i
pip3 install -r ${SRC_DIR}/ckanext-report/requirements.txt

# # Showcase
pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-showcase
pip3 install -r ${SRC_DIR}/ckanext-showcase/requirements.txt

# Scheming
pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-scheming

Expand Down Expand Up @@ -78,3 +74,8 @@ rm /tmp/qsv.zip
apk add file
pip3 install -e git+https://github.com/dbca-wa/ckanext-qa.git@master#egg=ckanext-qa
pip3 install -r ${SRC_DIR}/ckanext-qa/requirements.txt

# # Showcase
# Temporary use of Salsa Digital's fork of ckanext-showcase
pip3 install -e git+https://github.com/salsadigitalauorg/ckanext-showcase.git@master#egg=ckanext-showcase
pip3 install -r ${SRC_DIR}/ckanext-showcase/requirements.txt

0 comments on commit a3d525b

Please sign in to comment.