diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ff3da96..fd90fa4 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -17,7 +17,8 @@ jobs: name: Integration Tests runs-on: 'ubuntu-22.04' steps: - - run: sudo apt install --yes docker-compose>2.0 + - run: sudo apt update + - run: sudo apt install --yes docker-compose - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: