Skip to content

Commit

Permalink
tests: Install ckanext-dcat dev-requirements
Browse files Browse the repository at this point in the history
Needed because we inherit from their BaseSerializerTest class.
  • Loading branch information
bellisk committed Sep 13, 2023
1 parent e9c2f52 commit f4538b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
# Last commit before support for Python 2 was dropped
pip install -e git+https://github.com/ckan/ckanext-dcat.git@0c26bed5b7a3a7fca8e7b78e338aace096e0ebf6#egg=ckanext-dcat
pip install -r https://raw.githubusercontent.com/ckan/ckanext-dcat/0c26bed5b7a3a7fca8e7b78e338aace096e0ebf6/requirements-py2.txt
pip install -r https://raw.githubusercontent.com/ckan/ckanext-dcat/0c26bed5b7a3a7fca8e7b78e338aace096e0ebf6/dev-requirements-py2.txt
- name: Setup extension
run: |
Expand Down

0 comments on commit f4538b1

Please sign in to comment.