Skip to content

Commit 84009a6

Browse files
author
Johannes Otepka
committed
pre-commit format changes
1 parent a45a644 commit 84009a6

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
@@ -86,7 +86,7 @@ jobs:
8686
if: ${{ matrix.cluster_type == 'slurm' }}
8787
# docker build can lead to race condition -> image "docker.io/library/ipp-cluster:slurm": already exists
8888
# see https://github.com/mlflow/mlflow/pull/20779
89-
# work-a-round fix: docker compose again if first call failed
89+
# work-a-round fix: docker compose again if first call failed
9090
run: |
9191
export DOCKER_BUILDKIT=1
9292
export COMPOSE_DOCKER_CLI_BUILD=1
@@ -133,7 +133,7 @@ jobs:
133133
134134
- name: Start MongoDB
135135
if: ${{ (! matrix.runs_on) && (matrix.cluster_type != 'slurm') }} # only under linux/ubuntu
136-
uses: supercharge/mongodb-github-action@1.12.1 # uses latest mongodb per default
136+
uses: supercharge/mongodb-github-action@1.12.1 # uses latest mongodb per default
137137

138138
- name: Install pymongo package
139139
if: ${{ (! matrix.runs_on) && (matrix.cluster_type != 'slurm') }} # only under linux/ubuntu

0 commit comments

Comments
 (0)