File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments