Skip to content

Commit

Permalink
trial 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans-Chrstian committed Aug 7, 2024
1 parent 9314520 commit 57212d0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,9 @@ jobs:
pip install -r requirements.txt
pip install -r dev-requirements.txt
pip install --upgrade pytest-rerunfailures
pip install -e 'git+https://github.com/CivityNL/ckanext-scheming.git@release-3.0.0-civity#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]'
- 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: Develop setup
run: |
python3 setup.py develop
- name: Setup extension
run: |
Expand Down

0 comments on commit 57212d0

Please sign in to comment.