Skip to content

Commit

Permalink
chore: reformat line.
Browse files Browse the repository at this point in the history
[skip travis]
  • Loading branch information
rouilj committed Apr 20, 2024
1 parent 90a245f commit 7612c47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ jobs:
- name: Install python db libraries
run: |
pip install mysqlclient
if [[ "$PYTHON_VERSION" != "3.13" ]]; then pip install psycopg2; fi
if [[ "$PYTHON_VERSION" != "3.13" ]]; then
pip install psycopg2; fi
- name: Install auxiliary packages
run: |
Expand Down

0 comments on commit 7612c47

Please sign in to comment.