Skip to content

Commit

Permalink
Specify docker-compose version.
Browse files Browse the repository at this point in the history
  • Loading branch information
YooSunYoung committed Jun 11, 2024
1 parent e9c43fd commit 12f229f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: 'ubuntu-22.04'
steps:
- run: sudo apt update
- run: sudo apt install --yes docker-compose
- run: sudo apt install --yes docker-compose=2.22.0
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 12f229f

Please sign in to comment.