Skip to content

Commit 06afb70

Browse files
authored
Merge pull request #899 from minrk/docker-compose
fix docker-compose invocation
2 parents 88ba0f3 + 87583e2 commit 06afb70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@ jobs:
8888
export DOCKER_BUILDKIT=1
8989
export COMPOSE_DOCKER_CLI_BUILD=1
9090
cd ci/ssh
91-
docker-compose up -d --build
91+
docker compose up -d --build
9292
9393
- name: Set up slurm
9494
if: ${{ matrix.cluster_type == 'slurm' }}
9595
run: |
9696
export DOCKER_BUILDKIT=1
9797
export COMPOSE_DOCKER_CLI_BUILD=1
9898
cd ci/slurm
99-
docker-compose up -d --build
99+
docker compose up -d --build
100100
101101
- name: Install Python (conda) ${{ matrix.python }}
102102
if: ${{ matrix.cluster_type == 'mpi' }}

0 commit comments

Comments
 (0)