Skip to content

Commit

Permalink
fix (ci): ckanext-dcat requirements path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-gesinn committed Dec 16, 2024
1 parent f85e054 commit 8516483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install ckanext-dcat
run: |
pip install -e "git+https://github.com/ckan/ckanext-dcat.git@${{ matrix.ckanext-dcat_version }}#egg=ckanext-dcat"
pip install -r src/ckanext-dcat/requirements.txt
pip install -r /srv/app/src/ckanext-dcat/requirements.txt
ls -la
- name: Install requirements
Expand Down

0 comments on commit 8516483

Please sign in to comment.