We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a3e24 commit d8c9505Copy full SHA for d8c9505
.github/workflows/ci-test.yml
@@ -84,7 +84,7 @@ jobs:
84
- name: Display Python and key module versions
85
run: |
86
python -c "import sys; print('python version: ', sys.version)"
87
- 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)"
88
89
# Install the databases
90
- name: Install mysql/mariadb
0 commit comments