Skip to content

Commit b234f6a

Browse files
committed
CI: Fix wildcard usage in wheel installation.
1 parent 7ba74ce commit b234f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Run tests
117117
run: |
118-
python -m pip install dist/lupa-*.whl
118+
bash -c "python -m pip install dist/lupa-*.whl"
119119
python -m lupa.tests.__main__
120120
continue-on-error: ${{ contains(matrix.python-version, 'pypy') }}
121121

0 commit comments

Comments
 (0)