Skip to content

Commit

Permalink
[#56] Install scheming in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed May 21, 2024
1 parent 0b6a8dd commit 20ac269
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@ jobs:
pip install -e .
# Replace default path to CKAN core config file with the one on the container
sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' test.ini
- name: Setup harvest extension
- name: Setup other extension
run: |
git clone https://github.com/ckan/ckanext-harvest
pip install -e ckanext-harvest
pip install -r ckanext-harvest/pip-requirements.txt
pip install -r ckanext-harvest/requirements.txt
git clone https://github.com/ckan/ckanext-scheming
pip install -e ckanext-scheming
- name: Setup extension
run: |
ckan -c test.ini db init
Expand Down

0 comments on commit 20ac269

Please sign in to comment.