Skip to content

Commit

Permalink
build: Update the way we startup from compose files.
Browse files Browse the repository at this point in the history
`compose` is now a sub command of `docker` and not a separate utility.
  • Loading branch information
feanil committed Sep 10, 2024
1 parent d16418e commit 60b7b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Start container
run: |
docker-compose -f .github/docker-compose-ci.yml up -d
docker compose -f .github/docker-compose-ci.yml up -d
- name: setup python
if: ${{ matrix.python-version == 'py312' }}
Expand Down

0 comments on commit 60b7b0a

Please sign in to comment.