Skip to content

Commit 8677b59

Browse files
Add env variables to aio builds
1 parent ca0bddc commit 8677b59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,11 @@ jobs:
510510
run: python -m pip install tox>=4
511511
- name: Run tests
512512
run: python -m tox run -e aio
513+
env:
514+
PYTHON_VERSION: ${{ matrix.python-version }}
515+
cloud_provider: ${{ matrix.cloud-provider }}
516+
PYTEST_ADDOPTS: --color=yes --tb=short
517+
TOX_PARALLEL_NO_SPINNER: 1
513518
- name: Combine coverages
514519
run: python -m tox run -e coverage --skip-missing-interpreters false
515520
shell: bash

0 commit comments

Comments
 (0)