Skip to content

Commit

Permalink
Use correct scheming extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans-Chrstian committed Aug 6, 2024
1 parent e70ddc6 commit 5b0ae08
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,16 @@ jobs:
pip install -r requirements.txt
pip install -r dev-requirements.txt
pip install --upgrade pytest-rerunfailures
pip install -e 'git+https://github.com/ckan/ckanext-scheming.git@release-3.0.0#egg=ckanext-scheming[requirements]'
pip install -e 'git+https://github.com/ckan/ckanext-harvest.git@v1.5.6#egg=ckanext-harvest[requirements]'
pip install -e 'git+https://github.com/ckan/ckanext-dcat.git@v1.5.1#egg=ckanext-dcat[requirements]'
pip install -r https://raw.githubusercontent.com/ckan/ckanext-dcat/v1.5.1/requirements.txt
python3 setup.py develop
- name: Clone and Install ckanext-scheming
run: |
git clone https://github.com/CivityNL/ckanext-scheming.git ${APP_DIR}/src/ckanext-scheming
cd "${APP_DIR}/src/ckanext-scheming"
git checkout release-3.0.0-civity
pip3 install -e .
- name: Setup extension
# Extra initialization steps
run: |
Expand Down

0 comments on commit 5b0ae08

Please sign in to comment.