Skip to content

Commit ecf5bdb

Browse files
committed
Test pre requirements fixed
Signed-off-by: Lalith Kota <[email protected]>
1 parent b7e3e9b commit ecf5bdb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/test.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,10 @@ jobs:
8181
- uses: actions/checkout@v3
8282
with:
8383
persist-credentials: false
84-
- name: Pre-install test-requirments
84+
- name: Install test-pre-requirments
8585
run: |
86-
if [ -f test-requirements.txt ]; then
87-
pip install -r test-requirements.txt
88-
rm test-requirements.txt
86+
if [ -f test-pre-requirements.txt ]; then
87+
pip install -r test-pre-requirements.txt
8988
fi
9089
- name: Install addons and dependencies
9190
run: oca_install_addons
File renamed without changes.

0 commit comments

Comments
 (0)