Skip to content

Commit

Permalink
Merge pull request #45 from lalithkota/17.0-develop
Browse files Browse the repository at this point in the history
Test pre requirements fixed
  • Loading branch information
lalithkota authored Sep 5, 2024
2 parents f00b280 + dbfb575 commit 3d56e72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,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
File renamed without changes.

0 comments on commit 3d56e72

Please sign in to comment.