Skip to content

Commit 16f982f

Browse files
committed
ci: update pipeline
1 parent dd0a707 commit 16f982f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)