Skip to content

Commit 17bb89a

Browse files
Merge pull request #1251 from pytest-dev/webknjaz-patch-1
Install the wheel in tox env @ CI
2 parents f4b9f5f + 385bbe7 commit 17bb89a

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)