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