Skip to content

Commit

Permalink
Use pip for local install
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioo committed Dec 2, 2024
1 parent 7e3d826 commit 58915d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
cd ..
git clone https://github.com/modoboa/modoboa.git
cd modoboa
python setup.py develop
pip install -e .
cd ../modoboa-contacts
python setup.py develop
pip install -e .
- name: Install postgres requirements
if: ${{ matrix.database == 'postgres' }}
run: |
Expand Down

0 comments on commit 58915d2

Please sign in to comment.