Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 6924:e57018b1c56f
grr, getting tired.....
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 06 Sep 2022 17:49:14 -0400 |
| parents | 766d58315f46 |
| children | 3b081f5c8fc2 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Tue Sep 06 17:46:34 2022 -0400 +++ b/.github/workflows/ci-test.yml Tue Sep 06 17:49:14 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 sqlite3; print('sqlite3 version, sqlite version: ', sqlite3.version, sqlite3.sqlite_version)" # Install the databases - name: Install mysql/mariadb
