Skip to content

Commit a9cfc63

Browse files
NO-SNOW: ALL TESTS RUN
1 parent 993165f commit a9cfc63

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build_test.yml

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

268268
- name: Run tests
269269
# To run a single test on GHA use the below command:
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'`
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'`
273272

274273
env:
275274
PYTHON_VERSION: ${{ matrix.python-version }}
@@ -278,7 +277,7 @@ jobs:
278277
TOX_PARALLEL_NO_SPINNER: 1
279278

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

283282
# Proxy environment variables
284283
HTTP_PROXY: ${{ env.HTTP_PROXY }}

0 commit comments

Comments
 (0)