Skip to content

Commit 20e68b2

Browse files
committed
adds explanatory comment resets ubuntu version to latest
1 parent 6c5859e commit 20e68b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/unittest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
python -m pip install --upgrade setuptools pip wheel
2323
python -m pip install nox
2424
- name: Run unit tests
25+
26+
# TODO 3.14 is not yet supported by pyarrow. See
27+
# https://github.com/googleapis/google-cloud-python/issues/14686
28+
# https://github.com/apache/arrow/issues/47438
29+
# Reinstate running tests with 3.14 once this bug is fixed
2530
if: matrix.python != '3.14'
2631
env:
2732
COVERAGE_FILE: .coverage-${{ matrix.python }}

0 commit comments

Comments
 (0)