Skip to content

Commit 941d259

Browse files
SNOW-2011595: Fixed to have logs for aws
1 parent 94a56b6 commit 941d259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
run: python -m pip install tox>=4
181181

182182
- name: Run only the selected test
183-
run: python -m tox run -e py39-integ
183+
run: python -m tox run -e `echo py${PYTHON_VERSION/\./}-integ-ci | sed 's/ /,/g'`
184184
env:
185185
PYTEST_ADDOPTS: "test/integ/test_a_put_get_with_aws_token.py::test_put_get_with_aws"
186186
PYTHON_VERSION: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)