Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
polsala committed Oct 3, 2024
1 parent a3f939b commit c9d324b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mongo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
run: |
pip install -r src/erp/requirements.txt
pip install -r src/erp/requirements-dev.txt
pip install -r src/erp/server/bin/addons/base/requirements.txt
pip install pymongo==3.13.0
pip install rq-scheduler
pip install destral
- name: Link addons
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mongo5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
run: |
pip install -r src/erp/requirements.txt
pip install -r src/erp/requirements-dev.txt
pip install -r src/erp/server/bin/addons/base/requirements.txt
pip install pymongo==3.13.0
pip install rq-scheduler
pip install destral
- name: Link addons
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mongo8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
run: |
pip install -r src/erp/requirements.txt
pip install -r src/erp/requirements-dev.txt
pip install -r src/erp/server/bin/addons/base/requirements.txt
pip install pymongo==3.13.0
pip install rq-scheduler
pip install destral
- name: Link addons
Expand Down

0 comments on commit c9d324b

Please sign in to comment.