Skip to content

Commit b41cfef

Browse files
committed
fix syntax error.
1 parent 4a441c1 commit b41cfef

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 sqlite; 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)