Skip to content

Commit

Permalink
fix: Use requirements from bellisk/ckanext-subscribe/master/requireme…
Browse files Browse the repository at this point in the history
…nts.txt
  • Loading branch information
kovalch committed Jun 20, 2024
1 parent f8d29f8 commit a0bc3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install_test_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pip install -r https://raw.githubusercontent.com/opendata-swiss/ckanext-dcatapch
pip install -e git+https://github.com/opendata-swiss/ckanext-harvester_dashboard.git#egg=ckanext-harvester_dashboard
pip install -r https://raw.githubusercontent.com/opendata-swiss/ckanext-harvester_dashboard/master/requirements.txt
pip install -e git+https://github.com/bellisk/ckanext-subscribe.git#egg=ckanext-subscribe
pip install -r https://raw.githubusercontent.com/opendata-swiss/ckanext-subscribe/master/requirements.txt
pip install -r https://raw.githubusercontent.com/bellisk/ckanext-subscribe/master/requirements.txt

echo "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/' "$WORKDIR"/test.ini
Expand Down

0 comments on commit a0bc3cf

Please sign in to comment.