From 3915868cbf474b93a3f548dbe822b48aa6a7c9f1 Mon Sep 17 00:00:00 2001 From: YooSunyoung Date: Tue, 11 Jun 2024 03:46:59 +0200 Subject: [PATCH] Specify docker-compose version. --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c009a99..a9948a4 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -17,7 +17,7 @@ jobs: name: Integration Tests runs-on: 'ubuntu-22.04' steps: - - run: sudo apt update + - run: sudo apt upgrade --yes - run: sudo apt install --yes docker-compose=2.22.0 - uses: actions/checkout@v4 - uses: actions/setup-python@v5