Skip to content

Commit 0e2a314

Browse files
committed
chore(ci): remove temporary skip for sqlalchemy-bigquery
1 parent c7a9d99 commit 0e2a314

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.kokoro/system.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,6 @@ for path in `find 'packages' \
186186
package_name=${package_name%%/*}
187187
package_path="packages/${package_name}"
188188

189-
if [[ "$package_name" == "sqlalchemy-bigquery" ]]; then
190-
echo "Skipping sqlalchemy-bigquery for diagnostics."
191-
continue
192-
fi
193189

194190
# Determine if we should skip based on git diff
195191
# We always check for changes in these specific versioning/config files

0 commit comments

Comments
 (0)