Skip to content

Commit 3baba88

Browse files
authored
Merge pull request #28 from a5dur/main
Update update-ckan-metadata.yml
2 parents 3d0cba1 + 32f7097 commit 3baba88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-ckan-metadata.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install -r extensions-workflow/requirements.txt
30+
pip install -r requirements.txt
3131
3232
- name: Step 1 - Extract GitHub URLs from CKAN
3333
run: |
@@ -162,3 +162,4 @@ jobs:
162162
echo "Log files created:"
163163
ls -la *.log
164164
fi
165+

0 commit comments

Comments
 (0)