File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
- name : Common DB Tests
1
+ ame : Common DB Tests
2
2
3
3
on : [push, pull_request]
4
4
92
92
sudo sed -i 's|Driver=psqlodbca.so|Driver=/usr/lib/x86_64-linux-gnu/odbc/psqlodbca.so|g' /etc/odbcinst.ini
93
93
sudo sed -i 's|Driver=psqlodbcw.so|Driver=/usr/lib/x86_64-linux-gnu/odbc/psqlodbcw.so|g' /etc/odbcinst.ini
94
94
sudo sed -i 's|Setup=libodbcpsqlS.so|Setup=/usr/lib/x86_64-linux-gnu/odbc/libodbcpsqlS.so|g' /etc/odbcinst.ini
95
-
96
95
- name : Install ODBC driver for MySQL
97
96
if : matrix.py_db_module == 'pyodbc'
98
97
run : |
@@ -115,7 +114,6 @@ jobs:
115
114
MYSQL_DRIVER : mysql-connector-odbc-8.0.22-linux-glibc2.12-x86-64bit
116
115
117
116
- name : Check ODBC setup
118
- if : matrix.py_db_module == 'pyodbc'
119
117
run : |
120
118
echo "*** odbcinst -j"
121
119
odbcinst -j
@@ -145,11 +143,9 @@ jobs:
145
143
run : |
146
144
python -m pip install --upgrade pip
147
145
pip install -r requirements.txt
148
-
149
146
- name : Install Development/Checked out version of DatabaseLibrary
150
147
run : |
151
148
pip install -e ${{ github.workspace }}
152
-
153
149
- name : Setup Python DB module
154
150
if : matrix.pip_install != 'none'
155
151
@@ -182,4 +178,4 @@ jobs:
182
178
uses : actions/upload-artifact@v3
183
179
with :
184
180
name : log-files
185
- path : ./test/results/
181
+ path : ./test/results/
You can’t perform that action at this time.
0 commit comments