diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07a42d8731..ca4c11cc52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Install docker-compose - run: sudo apt-get update && 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