Skip to content

Commit c146e39

Browse files
authored
Merge branch 'main' into pico-sql
2 parents 9a4f72f + 91fed54 commit c146e39

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/unittest.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ jobs:
2121
python -m pip install --upgrade setuptools pip wheel
2222
python -m pip install nox
2323
- name: Run unit tests
24-
25-
# TODO (https://b.corp.google.com/issues/450370502) 3.14 is not yet supported by pyarrow. See
26-
# https://github.com/googleapis/google-cloud-python/issues/14686
27-
# https://github.com/apache/arrow/issues/47438
28-
# Reinstate running tests with 3.14 once this bug is fixed
29-
if: matrix.python != '3.14'
3024
env:
3125
COVERAGE_FILE: .coverage-${{ matrix.python }}
3226
run: |

0 commit comments

Comments
 (0)