Skip to content

Commit

Permalink
Fix tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Apr 26, 2023
1 parent e7aedeb commit 573fa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Setup harvest extension (py2)
if: ${{ matrix.ckan-version == '2.7' || matrix.ckan-version == '2.8' || matrix.ckan-version == '2.9-py2'}}
run: |
git clone https://github.com/ckan/ckanext-harvest --branch 1.4.2 --single-branch
git clone https://github.com/ckan/ckanext-harvest --branch v1.4.2 --single-branch
pip install -e ckanext-harvest
pip install -r ckanext-harvest/requirements.txt
- name: Setup extension (CKAN >= 2.9)
Expand Down

0 comments on commit 573fa66

Please sign in to comment.