Skip to content

Commit 02fbbd7

Browse files
SNOW-2011595: Reverted changes in gh actions
1 parent 6964602 commit 02fbbd7

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

.github/workflows/build_test.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -178,18 +178,6 @@ jobs:
178178
run: python -m pip install -U setuptools pip wheel
179179
- name: Install tox
180180
run: python -m pip install tox>=4
181-
182-
- name: Run only the selected test
183-
run: python -m tox run -e `echo py${PYTHON_VERSION/\./}-integ-ci | sed 's/ /,/g'`
184-
env:
185-
PYTEST_ADDOPTS: "test/integ/test_a_put_get_with_aws_token.py::test_put_get_with_aws"
186-
PYTHON_VERSION: ${{ matrix.python-version }}
187-
TOX_PARALLEL_NO_SPINNER: 1
188-
cloud_provider: aws
189-
190-
# - name: Read logs
191-
# run: cat ./log_aws.log
192-
193181
- name: Run tests
194182
run: python -m tox run -e `echo py${PYTHON_VERSION/\./}-{extras,unit,integ,pandas,sso}-ci | sed 's/ /,/g'`
195183
env:
@@ -242,18 +230,6 @@ jobs:
242230
run: python -m pip install -U setuptools pip wheel
243231
- name: Install tox
244232
run: python -m pip install tox>=4
245-
246-
- name: Run only the selected test
247-
run: python -m tox run -e `echo py${PYTHON_VERSION/\./}-integ-ci | sed 's/ /,/g'`
248-
env:
249-
PYTEST_ADDOPTS: "test/integ/test_a_put_get_with_aws_token.py::test_put_get_with_aws"
250-
PYTHON_VERSION: ${{ matrix.python-version }}
251-
TOX_PARALLEL_NO_SPINNER: 1
252-
cloud_provider: aws
253-
#
254-
# - name: Read logs
255-
# run: cat ./log_aws.log
256-
257233
- name: Run tests
258234
run: python -m tox run -e olddriver
259235
env:
File renamed without changes.

0 commit comments

Comments
 (0)