-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from unckan/23-anuncios-extension
Agregando extension anuncios
- Loading branch information
Showing
5 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,6 +62,9 @@ jobs: | |
pip install -r requirements.txt | ||
pip install -r dev-requirements.txt | ||
pip install -e . | ||
echo "Installing Announcements extension" | ||
pip install -e git+https://github.com/okfn/[email protected]#egg=ckanext-announcements | ||
pip install -r https://raw.githubusercontent.com/okfn/ckanext-announcements/refs/tags/0.1.3/requirements.txt | ||
- name: Setup extension | ||
shell: bash | ||
|
@@ -80,6 +83,8 @@ jobs: | |
ckan -c test.ini db upgrade -p api_tracking | ||
# echo "Applying migrations for superset" | ||
# ckan -c test.ini db upgrade -p superset | ||
echo "Applying migrations for announcements" | ||
ckan -c test.ini db upgrade -p announcements | ||
- name: Run tests | ||
shell: bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,4 +41,8 @@ echo "Installing Apache Superset extension" | |
pip install -e git+https://github.com/unckan/[email protected]#egg=ckanext-superset | ||
pip install -r https://raw.githubusercontent.com/unckan/ckanext-superset/refs/tags/0.1.4/requirements.txt | ||
|
||
echo "Installing Announcements extension" | ||
pip install -e git+https://github.com/okfn/[email protected]#egg=ckanext-announcements | ||
pip install -r https://raw.githubusercontent.com/okfn/ckanext-announcements/refs/tags/0.1.3/requirements.txt | ||
|
||
echo "CKAN extensions installed" |