Skip to content

Commit

Permalink
Small ci change fix docker-compose for bcol-api (#1661)
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 authored Aug 6, 2024
1 parent ce5f692 commit d18e33b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bcol-api-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install docker-compose
run: |
sudo curl -L https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose version
- name: Install dependencies
run: |
sudo apt update
Expand Down

0 comments on commit d18e33b

Please sign in to comment.