Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 7274:5ecaebc08447
remove obsolete sqlite3.version
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 24 Apr 2023 11:36:05 -0400 |
| parents | 2e48fb118772 |
| children | d6c688fee3e7 399093a75afa |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Mon Apr 24 08:19:09 2023 -0400 +++ b/.github/workflows/ci-test.yml Mon Apr 24 11:36:05 2023 -0400 @@ -104,7 +104,7 @@ - name: Display Python and key module versions run: | python -c "import sys; print('python version: ', sys.version)" - python -c "import sqlite3; print('sqlite3 version, sqlite version: ', sqlite3.version, sqlite3.sqlite_version)" + python -c "import sqlite3; print('sqlite version: ', sqlite3.sqlite_version)" # Install the databases - name: Install mysql/mariadb
