diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 3491245e..424baf84 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -20,7 +20,7 @@ jobs: with: python-version: '3.10' - name: Install flake8 and docker-compose - run: python -m pip install flake8 docker-compose==1.17.1 + run: python -m pip install flake8 docker-compose - name: Run shellcheck run: find postgres-appliance -name '*.sh' -print0 | xargs -0 shellcheck - name: Run flake8