Skip to content

Commit

Permalink
Install docker-compose version 1 to make the logs working :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Feb 21, 2025
1 parent d302ddd commit 517a428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
run: ./build --docker-compose-version-2

- run: make acceptance-init

- run: c2cciutils-docker-logs
if: always()

Expand Down
1 change: 1 addition & 0 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
c2cciutils==1.1.*
docker-compose==1.29.2
cryptography>=44.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
black>=24.3.0 # not directly required, pinned by Snyk to avoid a vulnerability
pip>=23.3 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down

0 comments on commit 517a428

Please sign in to comment.