Skip to content

Commit 9216581

Browse files
author
Johannes Otepka
committed
pre-commit format correction
1 parent 8a3438d commit 9216581

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)