File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -127,11 +127,6 @@ jobs:
127
127
ls -l /opt/microsoft/msodbcsql17/lib64 || true
128
128
echo '*** ls -l /usr/lib/x86_64-linux-gnu/odbc'
129
129
ls -l /usr/lib/x86_64-linux-gnu/odbc || true
130
- if [ -f /usr/lib/x86_64-linux-gnu/odbc/libmyodbc8a.so ]; then
131
- echo 'File exists'
132
- else
133
- echo 'File does not exist'
134
- fi
135
130
136
131
- name : Check out repository code
137
132
uses : actions/checkout@v3
@@ -154,15 +149,6 @@ jobs:
154
149
155
150
run : |
156
151
pip install ${{ matrix.pip_install }}
157
-
158
- - name : Check ODBC setup AGAIN
159
- if : matrix.py_db_module == 'pyodbc'
160
- run : |
161
- if [ -f /usr/lib/x86_64-linux-gnu/odbc/libmyodbc8a.so ]; then
162
- echo 'File exists'
163
- else
164
- echo 'File does not exist'
165
- fi
166
152
167
153
- name : Tests for ${{ matrix.job_name }}
168
154
working-directory : ./test
You can’t perform that action at this time.
0 commit comments