Skip to content

Commit

Permalink
use 'docker compose' instead of 'docker-compose'
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Aug 14, 2024
1 parent f2ca267 commit 79c7228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
pip freeze
- name: Start containers
run: docker-compose -f "test/docker-compose.yml" up -d
run: docker compose -f "test/docker-compose.yml" up -d

# run tests
- name: run
Expand Down Expand Up @@ -82,4 +82,4 @@ jobs:

- name: Stop containers
if: always()
run: docker-compose -f "test/docker-compose.yml" down
run: docker compose -f "test/docker-compose.yml" down

0 comments on commit 79c7228

Please sign in to comment.