Skip to content

Commit

Permalink
CI: Fix wildcard usage in wheel installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Oct 18, 2024
1 parent 7ba74ce commit b234f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:

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

Expand Down

0 comments on commit b234f6a

Please sign in to comment.