Skip to content

Commit

Permalink
CI: Move out of the source root when running the tests to make sure w…
Browse files Browse the repository at this point in the history
…e test the wheel installation and not the sources.
  • Loading branch information
scoder committed Jan 10, 2025
1 parent e846e27 commit 560ef55
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 @@ -88,7 +88,7 @@ jobs:
- name: Run tests
run: |
bash -c "python -m pip install dist/lupa-*.whl"
python -m lupa.tests.__main__
cd dist ; python -m lupa.tests.__main__
continue-on-error: ${{ contains(matrix.python-version, 'pypy') }}

- name: Upload wheels
Expand Down

0 comments on commit 560ef55

Please sign in to comment.