Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 195cdde

Browse files
committedNov 18, 2024
use already built wheels
1 parent 8e1599a commit 195cdde

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
@@ -155,7 +155,7 @@ jobs:
155155
- name: Install tox
156156
run: python -m pip install tox>=4
157157
- name: Run tests
158-
run: python -m tox run -e `echo py${PYTHON_VERSION/\./}-{extras,unit,integ,pandas,sso}-ci | sed 's/ /,/g'`
158+
run: python -m tox run -e --installpkg dist/*.whl `echo py${PYTHON_VERSION/\./}-{extras,unit,integ,pandas,sso}-ci | sed 's/ /,/g'`
159159
env:
160160
PYTHON_VERSION: ${{ matrix.python-version }}
161161
cloud_provider: ${{ matrix.cloud-provider }}

0 commit comments

Comments
 (0)