Skip to content

Commit 11fe48a

Browse files
committed
remove obsolete sqlite3.version
1 parent 5acee2c commit 11fe48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: Display Python and key module versions
105105
run: |
106106
python -c "import sys; print('python version: ', sys.version)"
107-
python -c "import sqlite3; print('sqlite3 version, sqlite version: ', sqlite3.version, sqlite3.sqlite_version)"
107+
python -c "import sqlite3; print('sqlite version: ', sqlite3.sqlite_version)"
108108
109109
# Install the databases
110110
- name: Install mysql/mariadb

0 commit comments

Comments
 (0)