Mercurial > p > roundup > code
changeset 7899:16da6d6040ae
chore: reformat line.
[skip travis]
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 20 Apr 2024 15:54:54 -0400 |
| parents | 05016e488873 |
| children | 011941fcb598 |
| files | .github/workflows/ci-test.yml |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sat Apr 20 15:53:55 2024 -0400 +++ b/.github/workflows/ci-test.yml Sat Apr 20 15:54:54 2024 -0400 @@ -203,7 +203,8 @@ - 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: |
