Skip to content

Commit 560ef55

Browse files
committed
CI: Move out of the source root when running the tests to make sure we test the wheel installation and not the sources.
1 parent e846e27 commit 560ef55

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
@@ -88,7 +88,7 @@ jobs:
8888
- name: Run tests
8989
run: |
9090
bash -c "python -m pip install dist/lupa-*.whl"
91-
python -m lupa.tests.__main__
91+
cd dist ; python -m lupa.tests.__main__
9292
continue-on-error: ${{ contains(matrix.python-version, 'pypy') }}
9393

9494
- name: Upload wheels

0 commit comments

Comments
 (0)