Skip to content

Commit

Permalink
Add setup for ckanext-schemingdcat extension in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanez committed Nov 13, 2024
1 parent 525afa3 commit e921ff5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
pip install -r requirements.txt
pip install -r dev-requirements.txt
pip install -e .
- name: Setup other extensions
run: |
# Install ckanext-schemingdcat
git clone https://github.com/mjanez/ckanext-schemingdcat
pip install -e ckanext-schemingdcat
pip install -r ckanext-schemingdcat/requirements.txt
- name: Setup extension
# Extra initialization steps
run: |
Expand Down

0 comments on commit e921ff5

Please sign in to comment.