Skip to content

Commit

Permalink
Enforce docker-compose to use the v1 version in IT (#606)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Aug 3, 2024
1 parent a242886 commit 61ec362
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 112 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/manual-integ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: KengoTODA/actions-setup-docker-compose@v1
with:
version: '1.29.2'
# - name: Enforce docker-compose v1
# run: |
# echo "GitHub starts to switch runners to include docker-compose v2"
# echo "which uses 'docker compose' command to replace 'docker-compose'"
# echo "this would cause issues in our test validation so we enforce v1 here"
# echo "https://github.com/actions/runner-images/commit/2a4bc14da46f1f8e358aa902a69edb9bef135472"
# sudo apt-get remove -y docker-compose-plugin
# sudo pip install docker-compose==1.29.2
# docker --version
# docker-compose --version
- name: Check out repository code
uses: actions/checkout@v2
- name: Clone pyenv
Expand Down
75 changes: 0 additions & 75 deletions docker/Dockerfile-development

This file was deleted.

37 changes: 0 additions & 37 deletions docker/docker-compose-tests.yml

This file was deleted.

0 comments on commit 61ec362

Please sign in to comment.