diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 06b25f56..1dffeb98 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,6 +71,8 @@ jobs: pip install -r ckanext-harvest/requirements.txt git clone https://github.com/ckan/ckanext-scheming pip install -e ckanext-scheming + git clone https://github.com/ckan/ckanext-fluent + pip install -e ckanext-fluent - name: Setup extension run: | ckan -c test.ini db init diff --git a/README.md b/README.md index 02a0aa13..9f7e85ec 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ To run the tests do: pytest --ckan-ini=test.ini ckanext/dcat/tests +Note that there are tests relying on having [ckanext-harvest](https://github.com/ckan/ckanext-harvest), [ckanext-scheming](https://github.com/ckan/ckanext-scheming) and [ckanext-fluent](https://github.com/ckan/ckanext-fluent) installed. + ## Releases To create a new release, follow these steps: