Skip to content

Commit 7612c47

Browse files
committed
chore: reformat line.
[skip travis]
1 parent 90a245f commit 7612c47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ jobs:
203203
- name: Install python db libraries
204204
run: |
205205
pip install mysqlclient
206-
if [[ "$PYTHON_VERSION" != "3.13" ]]; then pip install psycopg2; fi
206+
if [[ "$PYTHON_VERSION" != "3.13" ]]; then
207+
pip install psycopg2; fi
207208
208209
- name: Install auxiliary packages
209210
run: |

0 commit comments

Comments
 (0)