Skip to content

Commit

Permalink
Merge pull request #550 from Som-Energia/FIX_somutils
Browse files Browse the repository at this point in the history
Fix somutils
  • Loading branch information
oriolpiera authored Mar 1, 2024
2 parents e3024c0 + e50e6d3 commit 51f4211
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ giscedata_facturacio_comer_som:
- giscedata_facturacio_comer_som/**
giscedata_facturacio_som:
- giscedata_facturacio_som/**
GithubActions:
- .github/**
powersms:
- powersms/**
scripts:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integration_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
git clone --depth 1 https://github.com/gisce/poweremail-modules.git $ROOT_DIR_SRC/poweremail-modules
git clone --depth 1 https://github.com/gisce/crm_poweremail.git $ROOT_DIR_SRC/crm_poweremail
git clone --depth 1 https://github.com/gisce/ooop.git $ROOT_DIR_SRC/ooop
git clone --depth 1 https://github.com/Som-Energia/somenergia-utils.git -b py2 $ROOT_DIR_SRC/somenergia-utils
- name: Install dependencies
run: |
sudo apt-get --allow-releaseinfo-change update
Expand All @@ -106,6 +107,8 @@ jobs:
pip install -e . || "Not installing somenergia-generation Python package"
cd $ROOT_DIR_SRC/plantmeter
pip install -e . || "Not installing plantmeter Python package"
cd $ROOT_DIR_SRC/somenergia-utils
pip install -e . || "Not installing somenergia-utils Python package"
cd $ROOT_DIR_SRC
pip install -r $ROOT_DIR_SRC/erp/requirements-dev.txt
pip install -r $ROOT_DIR_SRC/erp/requirements.txt
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reusable_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
git clone --depth 1 https://github.com/gisce/poweremail-modules.git $ROOT_DIR_SRC/poweremail-modules
git clone --depth 1 https://github.com/gisce/crm_poweremail.git $ROOT_DIR_SRC/crm_poweremail
git clone --depth 1 https://github.com/gisce/ooop.git $ROOT_DIR_SRC/ooop
git clone --depth 1 https://github.com/Som-Energia/somenergia-utils.git -b py2 $ROOT_DIR_SRC/somenergia-utils
- name: Install dependencies
run: |
sudo apt-get --allow-releaseinfo-change update
Expand All @@ -111,6 +112,8 @@ jobs:
pip install -e . || "Not installing somenergia-generation Python package"
cd $ROOT_DIR_SRC/plantmeter
pip install -e . || "Not installing plantmeter Python package"
cd $ROOT_DIR_SRC/somenergia-utils
pip install -e . || "Not installing somenergia-utils Python package"
cd $ROOT_DIR_SRC
pip install -r $ROOT_DIR_SRC/erp/requirements-dev.txt
pip install -r $ROOT_DIR_SRC/erp/requirements.txt
Expand Down

0 comments on commit 51f4211

Please sign in to comment.