Skip to content

Commit

Permalink
Unpin docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcapet committed Nov 18, 2024
1 parent 2407602 commit 715b25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 715b25f

Please sign in to comment.