Skip to content

Commit

Permalink
Test pre requirements fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Kota <[email protected]>
  • Loading branch information
lalithkota committed Sep 5, 2024
1 parent cfe9b7e commit e40a5a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,10 @@ jobs:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Pre-install test-requirments
- name: Install test-pre-requirments
run: |
if [ -f test-requirements.txt ]; then
pip install -r test-requirements.txt
rm test-requirements.txt
if [ -f test-pre-requirements.txt ]; then
pip install -r test-pre-requirements.txt
fi
- name: Install addons and dependencies
run: oca_install_addons
Expand Down
2 changes: 2 additions & 0 deletions test-pre-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
git+https://github.com/OpenG2P/[email protected]
git+https://github.com/OpenG2P/[email protected]
2 changes: 0 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
git+https://github.com/OpenG2P/[email protected]
git+https://github.com/OpenG2P/[email protected]
git+https://github.com/openspp/[email protected]#subdirectory=spp_area
git+https://github.com/openspp/[email protected]#subdirectory=spp_service_points
git+https://github.com/openspp/[email protected]#subdirectory=spp_programs
Expand Down

0 comments on commit e40a5a1

Please sign in to comment.