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.
2 parents 178f94a + 91fed54 commit a3b45e4Copy full SHA for a3b45e4
.github/workflows/unittest.yml
@@ -21,12 +21,6 @@ jobs:
21
python -m pip install --upgrade setuptools pip wheel
22
python -m pip install nox
23
- 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'
30
env:
31
COVERAGE_FILE: .coverage-${{ matrix.python }}
32
run: |
0 commit comments