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.
1 parent e846e27 commit 560ef55Copy full SHA for 560ef55
.github/workflows/ci.yml
@@ -88,7 +88,7 @@ jobs:
88
- name: Run tests
89
run: |
90
bash -c "python -m pip install dist/lupa-*.whl"
91
- python -m lupa.tests.__main__
+ cd dist ; python -m lupa.tests.__main__
92
continue-on-error: ${{ contains(matrix.python-version, 'pypy') }}
93
94
- name: Upload wheels
0 commit comments