We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d2468 commit 25d520bCopy full SHA for 25d520b
.github/workflows/openmis-module-test.yml
@@ -88,7 +88,8 @@ jobs:
88
run: |
89
python -m pip install --upgrade pip
90
pip install -r requirements.txt
91
- python modules-requirements.py openimis.json > modules-requirements.txt
+ cd script
92
+ python modules-requirements.py ../openimis.json > modules-requirements.txt
93
cat modules-requirements.txt
94
pip install -r modules-requirements.txt
95
- name: Django tests latest
0 commit comments