Skip to content

Commit 25d520b

Browse files
authored
fix wf module-requirements path
1 parent 46d2468 commit 25d520b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/openmis-module-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ jobs:
8888
run: |
8989
python -m pip install --upgrade pip
9090
pip install -r requirements.txt
91-
python modules-requirements.py openimis.json > modules-requirements.txt
91+
cd script
92+
python modules-requirements.py ../openimis.json > modules-requirements.txt
9293
cat modules-requirements.txt
9394
pip install -r modules-requirements.txt
9495
- name: Django tests latest

0 commit comments

Comments
 (0)