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.
1 parent 94a56b6 commit 941d259Copy full SHA for 941d259
.github/workflows/build_test.yml
@@ -180,7 +180,7 @@ jobs:
180
run: python -m pip install tox>=4
181
182
- name: Run only the selected test
183
- run: python -m tox run -e py39-integ
+ 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 }}
0 commit comments