We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4b9f5f + 385bbe7 commit 17bb89aCopy full SHA for 17bb89a
.github/workflows/test.yml
@@ -93,4 +93,4 @@ jobs:
93
- name: Test
94
shell: bash
95
run: |
96
- tox run -e ${{ matrix.tox_env }} --installpkg `find dist/*.tar.gz`
+ tox run -e ${{ matrix.tox_env }} --installpkg "$(find dist/*.whl)"
0 commit comments