Skip to content

Commit 1e7b4c0

Browse files
đź‘· Use gestionatr 3.0 PR #258 instead of pypi version to test 3.0 functionality. Remove this before merge.
Co-authored-by: Pau Boix <[email protected]>
1 parent af9df0e commit 1e7b4c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/reusable_workflow.yml

+3
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
git clone --depth 1 https://github.com/gisce/poweremail-modules.git $ROOT_DIR_SRC/poweremail-modules
107107
git clone --depth 1 https://github.com/gisce/crm_poweremail.git $ROOT_DIR_SRC/crm_poweremail
108108
git clone --depth 1 https://github.com/gisce/ooop.git $ROOT_DIR_SRC/ooop
109+
git clone --depth 1 https://github.com/gisce/gestionatr.git -b 65118_adaptar_gestionatr_atr3.0 $ROOT_DIR_SRC/gestionatr
109110
110111
- name: Install dependencies
111112
run: |
@@ -123,6 +124,8 @@ jobs:
123124
pip install -e . || "Not installing plantmeter Python package"
124125
pip install -r $ROOT_DIR_SRC/erp/requirements-dev.txt
125126
pip install -r $ROOT_DIR_SRC/erp/requirements.txt
127+
cd $ROOT_DIR_SRC/gestionatr
128+
pip install -e . || "Not installing custom gestionatr Python package"
126129
127130
- name: Install dependecies for Python 3
128131
if: matrix.python-version != '2.7'

0 commit comments

Comments
 (0)