Skip to content

Commit

Permalink
docker-compose is no more needed on CI (#3226)
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno authored Aug 21, 2023
1 parent 17dc886 commit ad11e15
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 ad11e15

Please sign in to comment.