File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,15 +132,15 @@ jobs:
132132 pip install --only-binary :all: matplotlib
133133
134134 - name : Start MongoDB
135- if : ${{ (! matrix.runs_on) && (! matrix.cluster_type) }} # only under linux with no cluster
135+ if : ${{ (! matrix.runs_on) && (! matrix.cluster_type) }} # only under linux with no cluster
136136 uses : supercharge/mongodb-github-action@1.12.1 # uses latest mongodb per default
137137
138138 - name : Install pymongo package
139- if : ${{ (! matrix.runs_on) && (! matrix.cluster_type) }} # only under linux with no cluster
139+ if : ${{ (! matrix.runs_on) && (! matrix.cluster_type) }} # only under linux with no cluster
140140 run : pip install pymongo
141141
142142 - name : Try to connect to mongodb
143- if : ${{ (! matrix.runs_on) && (! matrix.cluster_type) }} # only under linux with no cluster
143+ if : ${{ (! matrix.runs_on) && (! matrix.cluster_type) }} # only under linux with no cluster
144144 run : |
145145 python3 <<EOF
146146 from pymongo import MongoClient
You can’t perform that action at this time.
0 commit comments