Skip to content

Commit

Permalink
docker-compose -> docker compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Aug 23, 2024
1 parent 10d6b49 commit 22f064a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
-
name: Set up services
run: |
docker-compose up -d --remove-orphans
docker compose up -d --remove-orphans
-
name: Install dependencies on python ${{matrix.python-version}}
run: |
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
-
name: Set up services
run: |
docker-compose up -d --remove-orphans
docker compose up -d --remove-orphans
-
name: Preparing docs
run: |
Expand Down

0 comments on commit 22f064a

Please sign in to comment.