Skip to content

Commit

Permalink
ci: remove docker compose version step
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 21, 2024
1 parent 52e88fa commit 14dbb50
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ibis-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -442,10 +442,6 @@ jobs:
- name: download backend data
run: just download-data

- name: show docker compose version
if: matrix.backend.services != null
run: docker compose version

- name: start services
if: matrix.backend.services != null
run: just up ${{ join(matrix.backend.services, ' ') }}
Expand Down

0 comments on commit 14dbb50

Please sign in to comment.