comparison .github/workflows/ci-test.yml @ 6922:766d58315f46

fix syntax error.
author John Rouillard <rouilj@ieee.org>
date Tue, 06 Sep 2022 17:42:59 -0400
parents b3fb615b81c4
children e57018b1c56f
comparison
equal deleted inserted replaced
6920:b3fb615b81c4 6922:766d58315f46
82 82
83 # Display the Python version being used 83 # Display the Python version being used
84 - name: Display Python and key module versions 84 - name: Display Python and key module versions
85 run: | 85 run: |
86 python -c "import sys; print('python version: ', sys.version)" 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)" 87 python -c "import sqlite; print('sqlite3 version, sqlite version: ', sqlite3.version, sqlite3.sqlite_version)"
88 88
89 # Install the databases 89 # Install the databases
90 - name: Install mysql/mariadb 90 - name: Install mysql/mariadb
91 run: | 91 run: |
92 #set -xv 92 #set -xv

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