From 22f064a35ab0eed8921573736df5b17969c2ec2f Mon Sep 17 00:00:00 2001 From: antarcticrainforest Date: Fri, 23 Aug 2024 15:38:16 +0200 Subject: [PATCH] docker-compose -> docker compose. --- .github/workflows/ci_job.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_job.yml b/.github/workflows/ci_job.yml index eabb3828..4f771077 100644 --- a/.github/workflows/ci_job.yml +++ b/.github/workflows/ci_job.yml @@ -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: | @@ -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: |