Skip to content

Commit

Permalink
docker-compose is no more needed on CI
Browse files Browse the repository at this point in the history
GHA image comes with compose v2 installed
  • Loading branch information
rochacbruno committed Aug 21, 2023
1 parent 17dc886 commit 8bd8828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
# - name: Install LDAP requirements
# run: sudo apt-get install -y libsasl2-dev python3 libldap2-dev libssl-dev build-essential

- name: Install docker-compose
run: pip3 install --upgrade docker-compose
# - name: Install docker-compose
# run: pip3 install --upgrade docker-compose

- name: build the image
run: make dev/build
Expand Down

0 comments on commit 8bd8828

Please sign in to comment.