comparison .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
comparison
equal deleted inserted replaced
7273:6bffcc837bf7 7274:5ecaebc08447
102 102
103 # Display the Python version being used 103 # Display the Python version being used
104 - name: Display Python and key module versions 104 - name: Display Python and key module versions
105 run: | 105 run: |
106 python -c "import sys; print('python version: ', sys.version)" 106 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)"
108 108
109 # Install the databases 109 # Install the databases
110 - name: Install mysql/mariadb 110 - name: Install mysql/mariadb
111 run: | 111 run: |
112 #set -xv 112 #set -xv

Roundup Issue Tracker: http://roundup-tracker.org/