Skip to content

Commit

Permalink
docker-compose as apt-get installed
Browse files Browse the repository at this point in the history
  • Loading branch information
wilmer05 committed Jul 18, 2023
1 parent 272a309 commit ee80f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install docker-compose
run: sudo apt-get update && sudo apt-get install -y docker-compose==1.26.2
run: sudo apt-get update && sudo apt-get install -y docker-compose=1.26.2
- uses: actions/setup-python@v2
with:
python-version: 3.7
Expand Down

0 comments on commit ee80f0c

Please sign in to comment.