We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5859e commit 20e68b2Copy full SHA for 20e68b2
.github/workflows/unittest.yml
@@ -22,6 +22,11 @@ jobs:
22
python -m pip install --upgrade setuptools pip wheel
23
python -m pip install nox
24
- 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
30
if: matrix.python != '3.14'
31
env:
32
COVERAGE_FILE: .coverage-${{ matrix.python }}
0 commit comments