Skip to content

Commit 385bbe7

Browse files
webknjazRonnyPfannschmidt
authored andcommitted
Install the wheel in tox env @ CI
This should be faster than having tox build it every time from sdist.
1 parent f4b9f5f commit 385bbe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ jobs:
9393
- name: Test
9494
shell: bash
9595
run: |
96-
tox run -e ${{ matrix.tox_env }} --installpkg `find dist/*.tar.gz`
96+
tox run -e ${{ matrix.tox_env }} --installpkg "$(find dist/*.whl)"

0 commit comments

Comments
 (0)