Skip to content

Commit

Permalink
[FIX] ci
Browse files Browse the repository at this point in the history
  • Loading branch information
archetipo committed Oct 9, 2024
1 parent 9fdc941 commit a67bf55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ jobs:
ISORT: ${{ matrix.isort-version }}
steps:
- uses: docker-practice/actions-setup-docker@master
- run: |
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
- run: |
set -x
docker version
docker-compose --version
- uses: actions/checkout@v3
- name: Set up ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit a67bf55

Please sign in to comment.