Skip to content

Commit

Permalink
changing it to pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
snevesbarros committed Aug 10, 2024
1 parent f239830 commit 6a4a120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 16

- name: "Install docker-compose"
run: sudo apt-get update && sudo apt-get install docker-compose-plugin
run: sudo pip3 install docker-compose

- name: Setup Angles Mongo instance
run: docker-compose up -d
Expand Down

0 comments on commit 6a4a120

Please sign in to comment.