Mercurial > p > roundup > code
changeset 6922:766d58315f46
fix syntax error.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 06 Sep 2022 17:42:59 -0400 |
| parents | b3fb615b81c4 |
| children | 1daa283ae3e7 |
| files | .github/workflows/ci-test.yml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Tue Sep 06 16:43:55 2022 -0400 +++ b/.github/workflows/ci-test.yml Tue Sep 06 17:42:59 2022 -0400 @@ -84,7 +84,7 @@ - name: Display Python and key module versions run: | python -c "import sys; print('python version: ', sys.version)" - python -c "import sqlite; print('sqlite3 version, sqlite version: 'sqlite3.version, sqlite3.sqlite_version)" + python -c "import sqlite; print('sqlite3 version, sqlite version: ', sqlite3.version, sqlite3.sqlite_version)" # Install the databases - name: Install mysql/mariadb
