Skip to content

Commit 9f17fc8

Browse files
use already built wheels
1 parent 311a273 commit 9f17fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
- name: Install tox
159159
run: python -m pip install tox>=4
160160
- name: Run tests
161-
run: python -m tox run -e `echo py${PYTHON_VERSION/\./}-{extras,unit,integ,pandas,sso}-ci | sed 's/ /,/g'`
161+
run: python -m tox run --installpkg dist/*.whl -e `echo py${PYTHON_VERSION/\./}-{extras,unit,integ,pandas,sso}-ci | sed 's/ /,/g'`
162162
env:
163163
PYTHON_VERSION: ${{ matrix.python-version }}
164164
cloud_provider: ${{ matrix.cloud-provider }}

0 commit comments

Comments
 (0)