Skip to content

Commit 70a17b6

Browse files
committed
Remove unnecessary debug outputs
1 parent f28b75f commit 70a17b6

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/common_tests.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,6 @@ jobs:
127127
ls -l /opt/microsoft/msodbcsql17/lib64 || true
128128
echo '*** ls -l /usr/lib/x86_64-linux-gnu/odbc'
129129
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
135130
136131
- name: Check out repository code
137132
uses: actions/checkout@v3
@@ -154,15 +149,6 @@ jobs:
154149

155150
run: |
156151
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
166152
167153
- name: Tests for ${{ matrix.job_name }}
168154
working-directory: ./test

0 commit comments

Comments
 (0)