File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,16 +71,15 @@ jobs:
7171 fetch-depth : 0
7272 - name : Install and setup DCOR
7373 run : |
74- # pip3 install dcor_control
75- pip3 install git+https://github.com/DCOR-dev/dcor_control
74+ pip3 install dcor_control
7675 # use test-core.ini as default
7776 cp /srv/app/src/ckan/test-core.ini /srv/app/ckan.ini
7877 # initialize CKAN database
7978 ckan -c /srv/app/ckan.ini db init
8079 # fix location of allowed datastore commands
8180 # https://github.com/ckan/ckan/issues/8926
8281 mkdir -p /srv/app/ckanext/datastore/tests/
83- wget -O /srv/app/ckanext/datastore/tests/allowed_functions.txt https://raw.githubusercontent.com/ckan/ckan/refs/heads/master/ckanext/datastore /allowed_functions.txt
82+ printf 'upper\n"count"\n' > /srv/app/ckanext/datastore/tests/allowed_functions.txt
8483 # complement configuration
8584 dcor inspect --assume-yes
8685
You can’t perform that action at this time.
0 commit comments