Skip to content

Commit f296adb

Browse files
NO-SNOW: arrow chunks
1 parent a9cfc63 commit f296adb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build_test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,9 @@ jobs:
267267

268268
- name: Run tests
269269
# To run a single test on GHA use the below command:
270-
# run: python -m tox run -e `echo py${PYTHON_VERSION/\./}-single-ci | sed 's/ /,/g'`
271-
run: python -m tox run -e `echo py${PYTHON_VERSION/\./}-{extras,unit,integ,pandas,sso}-ci | sed 's/ /,/g'`
270+
run: |
271+
python -m tox run -e `echo py${PYTHON_VERSION/\./}-single-ci | sed 's/ /,/g'`
272+
# run: python -m tox run -e `echo py${PYTHON_VERSION/\./}-{extras,unit,integ,pandas,sso}-ci | sed 's/ /,/g'`
272273

273274
env:
274275
PYTHON_VERSION: ${{ matrix.python-version }}
@@ -277,7 +278,7 @@ jobs:
277278
TOX_PARALLEL_NO_SPINNER: 1
278279

279280
# To specify the test name (in single test mode) pass this env variable:
280-
# SINGLE_TEST_NAME: test/integ/test_put_get.py::test_multipart_put
281+
SINGLE_TEST_NAME: test/integ/test_arrow_result.py::test_select_with_large_resultset
281282

282283
# Proxy environment variables
283284
HTTP_PROXY: ${{ env.HTTP_PROXY }}

0 commit comments

Comments
 (0)