Skip to content

Commit d8c9505

Browse files
committed
grr, getting tired.....
1 parent 00a3e24 commit d8c9505

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
@@ -84,7 +84,7 @@ jobs:
8484
- name: Display Python and key module versions
8585
run: |
8686
python -c "import sys; print('python version: ', sys.version)"
87-
python -c "import sqlite; print('sqlite3 version, sqlite version: ', sqlite3.version, sqlite3.sqlite_version)"
87+
python -c "import sqlite3; print('sqlite3 version, sqlite version: ', sqlite3.version, sqlite3.sqlite_version)"
8888
8989
# Install the databases
9090
- name: Install mysql/mariadb

0 commit comments

Comments
 (0)