Skip to content

Commit

Permalink
typo fix test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-nayden authored Jan 4, 2024
1 parent f175275 commit 31fb3ff
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 @@ -41,7 +41,7 @@ jobs:
pip install -e 'git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-dcat.git@v1.5.1#egg=ckanext-dcat[requirements]'
pip install geomet>=0.2.0
pip install future>=0.18.2
pip install -e 'git+git@github.com:CivityNL/ckanext-healthri.git#egg=ckanext-healthri[requirements]'
pip install -e 'git+https://github.com:CivityNL/ckanext-healthri.git#egg=ckanext-healthri[requirements]'
pip install -e .
- name: Setup extension
# Extra initialization steps
Expand Down

0 comments on commit 31fb3ff

Please sign in to comment.